@Stability(value=External) public static final class CfnSecurityGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSecurityGroupProps
CfnSecurityGroupProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnSecurityGroupProps.Builder, CfnSecurityGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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()
`AWS::EC2::SecurityGroup.GroupDescription`.
|
String |
getGroupName()
`AWS::EC2::SecurityGroup.GroupName`.
|
Object |
getSecurityGroupEgress()
`AWS::EC2::SecurityGroup.SecurityGroupEgress`.
|
Object |
getSecurityGroupIngress()
`AWS::EC2::SecurityGroup.SecurityGroupIngress`.
|
List<software.amazon.awscdk.core.CfnTag> |
getTags()
`AWS::EC2::SecurityGroup.Tags`.
|
String |
getVpcId()
`AWS::EC2::SecurityGroup.VpcId`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public String getGroupDescription()
CfnSecurityGroupProps
getGroupDescription
in interface CfnSecurityGroupProps
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription
public String getGroupName()
CfnSecurityGroupProps
getGroupName
in interface CfnSecurityGroupProps
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupname
public Object getSecurityGroupEgress()
CfnSecurityGroupProps
getSecurityGroupEgress
in interface CfnSecurityGroupProps
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-securitygroupegress
public Object getSecurityGroupIngress()
CfnSecurityGroupProps
getSecurityGroupIngress
in interface CfnSecurityGroupProps
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-securitygroupingress
public List<software.amazon.awscdk.core.CfnTag> getTags()
CfnSecurityGroupProps
getTags
in interface CfnSecurityGroupProps
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-tags
public String getVpcId()
CfnSecurityGroupProps
getVpcId
in interface CfnSecurityGroupProps
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2019. All rights reserved.