Class CfnRequesterGatewayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rtbfabric.CfnRequesterGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRequesterGatewayProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRequesterGatewayProps
@Stability(Stable)
@Internal
public static final class CfnRequesterGatewayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRequesterGatewayProps
An implementation for
CfnRequesterGatewayProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rtbfabric.CfnRequesterGatewayProps
CfnRequesterGatewayProps.Builder, CfnRequesterGatewayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRequesterGatewayProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringAn optional description for the requester gateway.The unique identifiers of the security groups.The unique identifiers of the subnets.getTags()A map of the key-value pairs of the tag or tags to assign to the resource.final ObjectgetVpcId()The unique identifier of the Virtual Private Cloud (VPC).final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRequesterGatewayProps.Builder.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnRequesterGatewayPropsThe unique identifiers of the security groups.Returns union: Listinvalid input: '<'either
StringorISecurityGroupRef>- Specified by:
getSecurityGroupIdsin interfaceCfnRequesterGatewayProps- See Also:
-
getSubnetIds
Description copied from interface:CfnRequesterGatewayPropsThe unique identifiers of the subnets.Returns union: Listinvalid input: '<'either
StringorISubnetRef>- Specified by:
getSubnetIdsin interfaceCfnRequesterGatewayProps- See Also:
-
getVpcId
Description copied from interface:CfnRequesterGatewayProps- Specified by:
getVpcIdin interfaceCfnRequesterGatewayProps- See Also:
-
getDescription
Description copied from interface:CfnRequesterGatewayPropsAn optional description for the requester gateway.- Specified by:
getDescriptionin interfaceCfnRequesterGatewayProps- See Also:
-
getTags
Description copied from interface:CfnRequesterGatewayPropsA map of the key-value pairs of the tag or tags to assign to the resource.- Specified by:
getTagsin interfaceCfnRequesterGatewayProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-