@Stability(value=Stable) @Internal public static final class CfnSecurityGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSecurityGroupProps
CfnSecurityGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnSecurityGroupProps.Builder, CfnSecurityGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSecurityGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnSecurityGroupProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getGroupDescription()
A description for the security group.
|
String |
getGroupName()
The name of the security group.
|
Object |
getSecurityGroupEgress()
[VPC only] The outbound rules associated with the security group.
|
Object |
getSecurityGroupIngress()
The inbound rules associated with the security group.
|
List<CfnTag> |
getTags()
Any tags assigned to the security group.
|
String |
getVpcId()
[VPC only] The ID of the VPC for the security group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnSecurityGroupProps.Builder builder)
CfnSecurityGroupProps.Builder.public final String getGroupDescription()
CfnSecurityGroupPropsConstraints: Up to 255 characters in length
Constraints for EC2-Classic: ASCII characters
Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
getGroupDescription in interface CfnSecurityGroupPropspublic final String getGroupName()
CfnSecurityGroupProps
Constraints: Up to 255 characters in length. Cannot start with sg- .
Constraints for EC2-Classic: ASCII characters
Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
getGroupName in interface CfnSecurityGroupPropspublic final Object getSecurityGroupEgress()
CfnSecurityGroupPropsThere is a short interruption during which you cannot connect to the security group.
getSecurityGroupEgress in interface CfnSecurityGroupPropspublic final Object getSecurityGroupIngress()
CfnSecurityGroupPropsThere is a short interruption during which you cannot connect to the security group.
getSecurityGroupIngress in interface CfnSecurityGroupPropspublic final List<CfnTag> getTags()
CfnSecurityGroupPropsgetTags in interface CfnSecurityGroupPropspublic final String getVpcId()
CfnSecurityGroupPropsgetVpcId in interface CfnSecurityGroupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.