Class CfnRequesterGatewayMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnRequesterGatewayMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRequesterGatewayMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRequesterGatewayMixinProps
@Stability(Stable)
@Internal
public static final class CfnRequesterGatewayMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRequesterGatewayMixinProps
An implementation for
CfnRequesterGatewayMixinProps-
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.cfnpropertymixins.services.rtbfabric.CfnRequesterGatewayMixinProps
CfnRequesterGatewayMixinProps.Builder, CfnRequesterGatewayMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRequesterGatewayMixinProps.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 theCfnRequesterGatewayMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnRequesterGatewayMixinPropsAn optional description for the requester gateway.- Specified by:
getDescriptionin interfaceCfnRequesterGatewayMixinProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnRequesterGatewayMixinPropsThe unique identifiers of the security groups.Returns union: Listinvalid input: '<'either
StringorISecurityGroupRef>- Specified by:
getSecurityGroupIdsin interfaceCfnRequesterGatewayMixinProps- See Also:
-
getSubnetIds
Description copied from interface:CfnRequesterGatewayMixinPropsThe unique identifiers of the subnets.Returns union: Listinvalid input: '<'either
StringorISubnetRef>- Specified by:
getSubnetIdsin interfaceCfnRequesterGatewayMixinProps- See Also:
-
getTags
Description copied from interface:CfnRequesterGatewayMixinPropsA map of the key-value pairs of the tag or tags to assign to the resource.- Specified by:
getTagsin interfaceCfnRequesterGatewayMixinProps- See Also:
-
getVpcId
Description copied from interface:CfnRequesterGatewayMixinProps- Specified by:
getVpcIdin interfaceCfnRequesterGatewayMixinProps- 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()
-