Class DataAwsEc2TransitGatewayVpnAttachmentFilter.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.data_aws_ec2_transit_gateway_vpn_attachment.DataAwsEc2TransitGatewayVpnAttachmentFilter.Jsii$Proxy
-
- All Implemented Interfaces:
DataAwsEc2TransitGatewayVpnAttachmentFilter,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataAwsEc2TransitGatewayVpnAttachmentFilter
@Stability(Stable) @Internal public static final class DataAwsEc2TransitGatewayVpnAttachmentFilter.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataAwsEc2TransitGatewayVpnAttachmentFilter
An implementation forDataAwsEc2TransitGatewayVpnAttachmentFilter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.data_aws_ec2_transit_gateway_vpn_attachment.DataAwsEc2TransitGatewayVpnAttachmentFilter
DataAwsEc2TransitGatewayVpnAttachmentFilter.Builder, DataAwsEc2TransitGatewayVpnAttachmentFilter.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataAwsEc2TransitGatewayVpnAttachmentFilter.Builder builder)Constructor that initializes the object based on literal property values passed by theDataAwsEc2TransitGatewayVpnAttachmentFilter.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_transit_gateway_vpn_attachment#name DataAwsEc2TransitGatewayVpnAttachment#name}.List<String>getValues()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_transit_gateway_vpn_attachment#values DataAwsEc2TransitGatewayVpnAttachment#values}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(DataAwsEc2TransitGatewayVpnAttachmentFilter.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataAwsEc2TransitGatewayVpnAttachmentFilter.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:DataAwsEc2TransitGatewayVpnAttachmentFilterDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_transit_gateway_vpn_attachment#name DataAwsEc2TransitGatewayVpnAttachment#name}.- Specified by:
getNamein interfaceDataAwsEc2TransitGatewayVpnAttachmentFilter
-
getValues
public final List<String> getValues()
Description copied from interface:DataAwsEc2TransitGatewayVpnAttachmentFilterDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_transit_gateway_vpn_attachment#values DataAwsEc2TransitGatewayVpnAttachment#values}.- Specified by:
getValuesin interfaceDataAwsEc2TransitGatewayVpnAttachmentFilter
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-