Class CfnTransitGatewayAttachmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTransitGatewayAttachmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTransitGatewayAttachmentProps
@Stability(Stable)
@Internal
public static final class CfnTransitGatewayAttachmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransitGatewayAttachmentProps
An implementation for
CfnTransitGatewayAttachmentProps-
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.ec2.CfnTransitGatewayAttachmentProps
CfnTransitGatewayAttachmentProps.Builder, CfnTransitGatewayAttachmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransitGatewayAttachmentProps.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 ObjectThe VPC attachment options, in JSON or YAML.The IDs of one or more subnets.getTags()The tags for the attachment.final StringThe ID of the transit gateway.final StringgetVpcId()The ID of the 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 theCfnTransitGatewayAttachmentProps.Builder.
-
-
Method Details
-
getSubnetIds
Description copied from interface:CfnTransitGatewayAttachmentPropsThe IDs of one or more subnets.You can specify only one subnet per Availability Zone. You must specify at least one subnet, but we recommend that you specify two subnets for better availability. The transit gateway uses one IP address from each specified subnet.
- Specified by:
getSubnetIdsin interfaceCfnTransitGatewayAttachmentProps
-
getTransitGatewayId
Description copied from interface:CfnTransitGatewayAttachmentPropsThe ID of the transit gateway.- Specified by:
getTransitGatewayIdin interfaceCfnTransitGatewayAttachmentProps
-
getVpcId
Description copied from interface:CfnTransitGatewayAttachmentPropsThe ID of the VPC.- Specified by:
getVpcIdin interfaceCfnTransitGatewayAttachmentProps
-
getOptions
Description copied from interface:CfnTransitGatewayAttachmentPropsThe VPC attachment options, in JSON or YAML.ApplianceModeSupport- Set toenableordisable. The default isdisable.DnsSupport- Set toenableordisable. The default isenable.Ipv6Support- Set toenableordisable. The default isdisable.
- Specified by:
getOptionsin interfaceCfnTransitGatewayAttachmentProps
-
getTags
Description copied from interface:CfnTransitGatewayAttachmentPropsThe tags for the attachment.- Specified by:
getTagsin interfaceCfnTransitGatewayAttachmentProps
-
$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()
-