Uses of Class
software.amazon.awscdk.services.ec2.SecurityGroup.Builder
-
Uses of SecurityGroup.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionSecurityGroup.Builder.allowAllIpv6Outbound
(Boolean allowAllIpv6Outbound) Whether to allow all outbound ipv6 traffic by default.SecurityGroup.Builder.allowAllOutbound
(Boolean allowAllOutbound) Whether to allow all outbound traffic by default.static SecurityGroup.Builder
SecurityGroup.Builder.description
(String description) A description of the security group.SecurityGroup.Builder.disableInlineRules
(Boolean disableInlineRules) Whether to disable inline ingress and egress rule optimization.SecurityGroup.Builder.securityGroupName
(String securityGroupName) The name of the security group.The VPC in which to create the security group.