@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.396Z") @Stability(value=Stable) public interface CfnSecurityGroupIngressProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticache.*;
CfnSecurityGroupIngressProps cfnSecurityGroupIngressProps = CfnSecurityGroupIngressProps.builder()
.cacheSecurityGroupName("cacheSecurityGroupName")
.ec2SecurityGroupName("ec2SecurityGroupName")
// the properties below are optional
.ec2SecurityGroupOwnerId("ec2SecurityGroupOwnerId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSecurityGroupIngressProps.Builder
A builder for
CfnSecurityGroupIngressProps |
static class |
CfnSecurityGroupIngressProps.Jsii$Proxy
An implementation for
CfnSecurityGroupIngressProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSecurityGroupIngressProps.Builder |
builder() |
String |
getCacheSecurityGroupName()
`AWS::ElastiCache::SecurityGroupIngress.CacheSecurityGroupName`.
|
String |
getEc2SecurityGroupName()
`AWS::ElastiCache::SecurityGroupIngress.EC2SecurityGroupName`.
|
default String |
getEc2SecurityGroupOwnerId()
`AWS::ElastiCache::SecurityGroupIngress.EC2SecurityGroupOwnerId`.
|
@Stability(value=Stable) @NotNull String getCacheSecurityGroupName()
@Stability(value=Stable) @NotNull String getEc2SecurityGroupName()
@Stability(value=Stable) @Nullable default String getEc2SecurityGroupOwnerId()
@Stability(value=Stable) static CfnSecurityGroupIngressProps.Builder builder()
Copyright © 2021. All rights reserved.