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