@Generated(value="jsii-pacmak/1.28.0 (build 1801f4f)", date="2021-04-28T11:07:50.715Z") @Stability(value=Stable) public class CfnClusterSecurityGroupIngress extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnClusterSecurityGroupIngress.Builder
A fluent builder for
CfnClusterSecurityGroupIngress. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnClusterSecurityGroupIngress(Construct scope,
String id,
CfnClusterSecurityGroupIngressProps props)
Create a new `AWS::Redshift::ClusterSecurityGroupIngress`.
|
protected |
CfnClusterSecurityGroupIngress(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnClusterSecurityGroupIngress(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getCidrip()
`AWS::Redshift::ClusterSecurityGroupIngress.CIDRIP`.
|
String |
getClusterSecurityGroupName()
`AWS::Redshift::ClusterSecurityGroupIngress.ClusterSecurityGroupName`.
|
String |
getEc2SecurityGroupName()
`AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupName`.
|
String |
getEc2SecurityGroupOwnerId()
`AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupOwnerId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCidrip(String value)
`AWS::Redshift::ClusterSecurityGroupIngress.CIDRIP`.
|
void |
setClusterSecurityGroupName(String value)
`AWS::Redshift::ClusterSecurityGroupIngress.ClusterSecurityGroupName`.
|
void |
setEc2SecurityGroupName(String value)
`AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupName`.
|
void |
setEc2SecurityGroupOwnerId(String value)
`AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupOwnerId`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnClusterSecurityGroupIngress(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnClusterSecurityGroupIngress(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnClusterSecurityGroupIngress(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnClusterSecurityGroupIngressProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getClusterSecurityGroupName()
@Stability(value=Stable)
public void setClusterSecurityGroupName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getCidrip()
@Stability(value=Stable)
public void setCidrip(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getEc2SecurityGroupName()
@Stability(value=Stable)
public void setEc2SecurityGroupName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getEc2SecurityGroupOwnerId()
@Stability(value=Stable)
public void setEc2SecurityGroupOwnerId(@Nullable
String value)
Copyright © 2021. All rights reserved.