Class CfnResourceGatewayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.vpclattice.CfnResourceGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceGatewayProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceGatewayProps
@Stability(Stable)
@Internal
public static final class CfnResourceGatewayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceGatewayProps
An implementation for
CfnResourceGatewayProps-
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.vpclattice.CfnResourceGatewayProps
CfnResourceGatewayProps.Builder, CfnResourceGatewayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceGatewayProps.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 StringThe type of IP address used by the resource gateway.final NumberThe number of IPv4 addresses in each ENI for the resource gateway.final StringgetName()The name of the resource gateway.The IDs of the security groups applied to the resource gateway.The IDs of the VPC subnets for the resource gateway.getTags()The tags for the resource gateway.final StringThe ID of the VPC for the resource gateway.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 theCfnResourceGatewayProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnResourceGatewayPropsThe name of the resource gateway.- Specified by:
getNamein interfaceCfnResourceGatewayProps- See Also:
-
getSubnetIds
Description copied from interface:CfnResourceGatewayPropsThe IDs of the VPC subnets for the resource gateway.Returns union: Listinvalid input: '<'either
StringorISubnetRef>- Specified by:
getSubnetIdsin interfaceCfnResourceGatewayProps- See Also:
-
getVpcIdentifier
Description copied from interface:CfnResourceGatewayPropsThe ID of the VPC for the resource gateway.- Specified by:
getVpcIdentifierin interfaceCfnResourceGatewayProps- See Also:
-
getIpAddressType
Description copied from interface:CfnResourceGatewayPropsThe type of IP address used by the resource gateway.- Specified by:
getIpAddressTypein interfaceCfnResourceGatewayProps- See Also:
-
getIpv4AddressesPerEni
Description copied from interface:CfnResourceGatewayPropsThe number of IPv4 addresses in each ENI for the resource gateway.- Specified by:
getIpv4AddressesPerEniin interfaceCfnResourceGatewayProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnResourceGatewayPropsThe IDs of the security groups applied to the resource gateway.Returns union: Listinvalid input: '<'either
StringorISecurityGroupRef>- Specified by:
getSecurityGroupIdsin interfaceCfnResourceGatewayProps- See Also:
-
getTags
Description copied from interface:CfnResourceGatewayPropsThe tags for the resource gateway.- Specified by:
getTagsin interfaceCfnResourceGatewayProps- 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()
-