Interface CfnSecurityGroupIngressMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityGroupIngressMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-02T21:55:27.208Z")
@Stability(Stable)
public interface CfnSecurityGroupIngressMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnSecurityGroupIngressPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.elasticache.*;
CfnSecurityGroupIngressMixinProps cfnSecurityGroupIngressMixinProps = CfnSecurityGroupIngressMixinProps.builder()
.cacheSecurityGroupName("cacheSecurityGroupName")
.ec2SecurityGroupName("ec2SecurityGroupName")
.ec2SecurityGroupOwnerId("ec2SecurityGroupOwnerId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSecurityGroupIngressMixinPropsstatic final classAn implementation forCfnSecurityGroupIngressMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe name of the Cache Security Group to authorize.default StringName of the EC2 Security Group to include in the authorization.default StringSpecifies the Amazon Account ID of the owner of the EC2 security group specified in the EC2SecurityGroupName property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCacheSecurityGroupName
The name of the Cache Security Group to authorize.- See Also:
-
getEc2SecurityGroupName
Name of the EC2 Security Group to include in the authorization.- See Also:
-
getEc2SecurityGroupOwnerId
Specifies the Amazon Account ID of the owner of the EC2 security group specified in the EC2SecurityGroupName property.The Amazon access key ID is not an acceptable value.
- See Also:
-
builder
-