Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnSecurityGroupIngressPropsMixin.Builder
Packages that use CfnSecurityGroupIngressPropsMixin.Builder
-
Uses of CfnSecurityGroupIngressPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnSecurityGroupIngressPropsMixin.BuilderModifier and TypeMethodDescriptionThe IPv4 address range, in CIDR format.The IPv6 address range, in CIDR format.CfnSecurityGroupIngressPropsMixin.Builder.create()CfnSecurityGroupIngressPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSecurityGroupIngressPropsMixin.Builder.description(String description) Updates the description of an ingress (inbound) security group rule.The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.The ID of the security group.CfnSecurityGroupIngressPropsMixin.Builder.groupId(ISecurityGroupRef groupId) The ID of the security group.[Default VPC] The name of the security group.CfnSecurityGroupIngressPropsMixin.Builder.groupName(ISecurityGroupRef groupName) [Default VPC] The name of the security group.CfnSecurityGroupIngressPropsMixin.Builder.ipProtocol(String ipProtocol) CfnSecurityGroupIngressPropsMixin.Builder.sourcePrefixListId(String sourcePrefixListId) The ID of a prefix list.CfnSecurityGroupIngressPropsMixin.Builder.sourcePrefixListId(IPrefixListRef sourcePrefixListId) The ID of a prefix list.CfnSecurityGroupIngressPropsMixin.Builder.sourceSecurityGroupId(String sourceSecurityGroupId) The ID of the security group.CfnSecurityGroupIngressPropsMixin.Builder.sourceSecurityGroupId(ISecurityGroupRef sourceSecurityGroupId) The ID of the security group.CfnSecurityGroupIngressPropsMixin.Builder.sourceSecurityGroupName(String sourceSecurityGroupName) [Default VPC] The name of the source security group.CfnSecurityGroupIngressPropsMixin.Builder.sourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId) [nondefault VPC] The AWS account ID for the source security group, if the source security group is in a different account.The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.