aws_elasticloadbalancingv2: documentation update needed for CfnLoadBalancer
regarding Security Groups
#26799
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
documentation
This is a problem with documentation.
p2
Describe the issue
In the AWS CDK documentation for
class CfnLoadBalancer (construct)
, the security group description reads:[Application Load Balancers] The IDs of the security groups for the load balancer.
However, in the AWS CloudFormation documentation, it is stated as:
[Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
It seems that the CDK documentation might not be updated to reflect that the security groups also apply to NLB in addition to ALB.
Can we get this documentation updated to ensure clarity and consistency with CloudFormation's documentation? Thanks.
Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_elasticloadbalancingv2.CfnLoadBalancer.html
The text was updated successfully, but these errors were encountered: