Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnSecurityGroupIngressPropsMixin.Builder
Packages that use CfnSecurityGroupIngressPropsMixin.Builder
-
Uses of CfnSecurityGroupIngressPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.elasticache
Methods in software.amazon.awscdk.cfnpropertymixins.services.elasticache that return CfnSecurityGroupIngressPropsMixin.BuilderModifier and TypeMethodDescriptionCfnSecurityGroupIngressPropsMixin.Builder.cacheSecurityGroupName(String cacheSecurityGroupName) The name of the Cache Security Group to authorize.CfnSecurityGroupIngressPropsMixin.Builder.create()CfnSecurityGroupIngressPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSecurityGroupIngressPropsMixin.Builder.ec2SecurityGroupName(String ec2SecurityGroupName) Name of the EC2 Security Group to include in the authorization.CfnSecurityGroupIngressPropsMixin.Builder.ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId) Specifies the Amazon Account ID of the owner of the EC2 security group specified in the EC2SecurityGroupName property.