@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.005Z") @Stability(value=Stable) public class CfnSecurityGroupEgress extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnSecurityGroupEgress.Builder
A fluent builder for
CfnSecurityGroupEgress. |
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 |
|---|---|
|
CfnSecurityGroupEgress(software.constructs.Construct scope,
String id,
CfnSecurityGroupEgressProps props)
Create a new `AWS::EC2::SecurityGroupEgress`.
|
protected |
CfnSecurityGroupEgress(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnSecurityGroupEgress(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getCidrIp()
`AWS::EC2::SecurityGroupEgress.CidrIp`.
|
String |
getCidrIpv6()
`AWS::EC2::SecurityGroupEgress.CidrIpv6`.
|
String |
getDescription()
`AWS::EC2::SecurityGroupEgress.Description`.
|
String |
getDestinationPrefixListId()
`AWS::EC2::SecurityGroupEgress.DestinationPrefixListId`.
|
String |
getDestinationSecurityGroupId()
`AWS::EC2::SecurityGroupEgress.DestinationSecurityGroupId`.
|
Number |
getFromPort()
`AWS::EC2::SecurityGroupEgress.FromPort`.
|
String |
getGroupId()
`AWS::EC2::SecurityGroupEgress.GroupId`.
|
String |
getIpProtocol()
`AWS::EC2::SecurityGroupEgress.IpProtocol`.
|
Number |
getToPort()
`AWS::EC2::SecurityGroupEgress.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::SecurityGroupEgress.CidrIp`.
|
void |
setCidrIpv6(String value)
`AWS::EC2::SecurityGroupEgress.CidrIpv6`.
|
void |
setDescription(String value)
`AWS::EC2::SecurityGroupEgress.Description`.
|
void |
setDestinationPrefixListId(String value)
`AWS::EC2::SecurityGroupEgress.DestinationPrefixListId`.
|
void |
setDestinationSecurityGroupId(String value)
`AWS::EC2::SecurityGroupEgress.DestinationSecurityGroupId`.
|
void |
setFromPort(Number value)
`AWS::EC2::SecurityGroupEgress.FromPort`.
|
void |
setGroupId(String value)
`AWS::EC2::SecurityGroupEgress.GroupId`.
|
void |
setIpProtocol(String value)
`AWS::EC2::SecurityGroupEgress.IpProtocol`.
|
void |
setToPort(Number value)
`AWS::EC2::SecurityGroupEgress.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 CfnSecurityGroupEgress(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnSecurityGroupEgress(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnSecurityGroupEgress(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnSecurityGroupEgressProps 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 getGroupId()
@Stability(value=Stable)
public void setGroupId(@NotNull
String value)
@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 String getDestinationPrefixListId()
@Stability(value=Stable)
public void setDestinationPrefixListId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDestinationSecurityGroupId()
@Stability(value=Stable)
public void setDestinationSecurityGroupId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getFromPort()
@Stability(value=Stable)
public void setFromPort(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Number getToPort()
@Stability(value=Stable)
public void setToPort(@Nullable
Number value)
Copyright © 2021. All rights reserved.