@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.005Z") @Stability(value=Stable) public class CfnSecurityGroupIngress extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnSecurityGroupIngress.Builder
A fluent builder for
CfnSecurityGroupIngress. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| 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 |
|---|---|
|
CfnSecurityGroupIngress(software.constructs.Construct scope,
String id,
CfnSecurityGroupIngressProps props)
Create a new `AWS::EC2::SecurityGroupIngress`.
|
protected |
CfnSecurityGroupIngress(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnSecurityGroupIngress(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getCidrIp()
`AWS::EC2::SecurityGroupIngress.CidrIp`.
|
String |
getCidrIpv6()
`AWS::EC2::SecurityGroupIngress.CidrIpv6`.
|
String |
getDescription()
`AWS::EC2::SecurityGroupIngress.Description`.
|
Number |
getFromPort()
`AWS::EC2::SecurityGroupIngress.FromPort`.
|
String |
getGroupId()
`AWS::EC2::SecurityGroupIngress.GroupId`.
|
String |
getGroupName()
`AWS::EC2::SecurityGroupIngress.GroupName`.
|
String |
getIpProtocol()
`AWS::EC2::SecurityGroupIngress.IpProtocol`.
|
String |
getSourcePrefixListId()
`AWS::EC2::SecurityGroupIngress.SourcePrefixListId`.
|
String |
getSourceSecurityGroupId()
`AWS::EC2::SecurityGroupIngress.SourceSecurityGroupId`.
|
String |
getSourceSecurityGroupName()
`AWS::EC2::SecurityGroupIngress.SourceSecurityGroupName`.
|
String |
getSourceSecurityGroupOwnerId()
`AWS::EC2::SecurityGroupIngress.SourceSecurityGroupOwnerId`.
|
Number |
getToPort()
`AWS::EC2::SecurityGroupIngress.ToPort`.
|
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::EC2::SecurityGroupIngress.CidrIp`.
|
void |
setCidrIpv6(String value)
`AWS::EC2::SecurityGroupIngress.CidrIpv6`.
|
void |
setDescription(String value)
`AWS::EC2::SecurityGroupIngress.Description`.
|
void |
setFromPort(Number value)
`AWS::EC2::SecurityGroupIngress.FromPort`.
|
void |
setGroupId(String value)
`AWS::EC2::SecurityGroupIngress.GroupId`.
|
void |
setGroupName(String value)
`AWS::EC2::SecurityGroupIngress.GroupName`.
|
void |
setIpProtocol(String value)
`AWS::EC2::SecurityGroupIngress.IpProtocol`.
|
void |
setSourcePrefixListId(String value)
`AWS::EC2::SecurityGroupIngress.SourcePrefixListId`.
|
void |
setSourceSecurityGroupId(String value)
`AWS::EC2::SecurityGroupIngress.SourceSecurityGroupId`.
|
void |
setSourceSecurityGroupName(String value)
`AWS::EC2::SecurityGroupIngress.SourceSecurityGroupName`.
|
void |
setSourceSecurityGroupOwnerId(String value)
`AWS::EC2::SecurityGroupIngress.SourceSecurityGroupOwnerId`.
|
void |
setToPort(Number value)
`AWS::EC2::SecurityGroupIngress.ToPort`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnSecurityGroupIngress(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnSecurityGroupIngress(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnSecurityGroupIngress(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnSecurityGroupIngressProps 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 getIpProtocol()
@Stability(value=Stable)
public void setIpProtocol(@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 getCidrIpv6()
@Stability(value=Stable)
public void setCidrIpv6(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getFromPort()
@Stability(value=Stable)
public void setFromPort(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getGroupId()
@Stability(value=Stable)
public void setGroupId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getGroupName()
@Stability(value=Stable)
public void setGroupName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSourcePrefixListId()
@Stability(value=Stable)
public void setSourcePrefixListId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSourceSecurityGroupId()
@Stability(value=Stable)
public void setSourceSecurityGroupId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSourceSecurityGroupName()
@Stability(value=Stable)
public void setSourceSecurityGroupName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSourceSecurityGroupOwnerId()
@Stability(value=Stable)
public void setSourceSecurityGroupOwnerId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getToPort()
@Stability(value=Stable)
public void setToPort(@Nullable
Number value)
Copyright © 2021. All rights reserved.