Class VpcEndpointServiceConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.vpc_endpoint_service.VpcEndpointServiceConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VpcEndpointServiceConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VpcEndpointServiceConfig
@Stability(Stable) @Internal public static final class VpcEndpointServiceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcEndpointServiceConfig
An implementation forVpcEndpointServiceConfig
-
-
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.vpc_endpoint_service.VpcEndpointServiceConfig
VpcEndpointServiceConfig.Builder, VpcEndpointServiceConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VpcEndpointServiceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVpcEndpointServiceConfig.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)ObjectgetAcceptanceRequired()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#acceptance_required VpcEndpointService#acceptance_required}.List<String>getAllowedPrincipals()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#allowed_principals VpcEndpointService#allowed_principals}.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()List<String>getGatewayLoadBalancerArns()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#gateway_load_balancer_arns VpcEndpointService#gateway_load_balancer_arns}.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#id VpcEndpointService#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()List<String>getNetworkLoadBalancerArns()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#network_load_balancer_arns VpcEndpointService#network_load_balancer_arns}.StringgetPrivateDnsName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#private_dns_name VpcEndpointService#private_dns_name}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()List<String>getSupportedIpAddressTypes()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#supported_ip_address_types VpcEndpointService#supported_ip_address_types}.Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#tags VpcEndpointService#tags}.Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#tags_all VpcEndpointService#tags_all}.VpcEndpointServiceTimeoutsgetTimeouts()timeouts block.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(VpcEndpointServiceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVpcEndpointServiceConfig.Builder.
-
-
Method Detail
-
getAcceptanceRequired
public final Object getAcceptanceRequired()
Description copied from interface:VpcEndpointServiceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#acceptance_required VpcEndpointService#acceptance_required}.- Specified by:
getAcceptanceRequiredin interfaceVpcEndpointServiceConfig
-
getAllowedPrincipals
public final List<String> getAllowedPrincipals()
Description copied from interface:VpcEndpointServiceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#allowed_principals VpcEndpointService#allowed_principals}.- Specified by:
getAllowedPrincipalsin interfaceVpcEndpointServiceConfig
-
getGatewayLoadBalancerArns
public final List<String> getGatewayLoadBalancerArns()
Description copied from interface:VpcEndpointServiceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#gateway_load_balancer_arns VpcEndpointService#gateway_load_balancer_arns}.- Specified by:
getGatewayLoadBalancerArnsin interfaceVpcEndpointServiceConfig
-
getId
public final String getId()
Description copied from interface:VpcEndpointServiceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#id VpcEndpointService#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceVpcEndpointServiceConfig
-
getNetworkLoadBalancerArns
public final List<String> getNetworkLoadBalancerArns()
Description copied from interface:VpcEndpointServiceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#network_load_balancer_arns VpcEndpointService#network_load_balancer_arns}.- Specified by:
getNetworkLoadBalancerArnsin interfaceVpcEndpointServiceConfig
-
getPrivateDnsName
public final String getPrivateDnsName()
Description copied from interface:VpcEndpointServiceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#private_dns_name VpcEndpointService#private_dns_name}.- Specified by:
getPrivateDnsNamein interfaceVpcEndpointServiceConfig
-
getSupportedIpAddressTypes
public final List<String> getSupportedIpAddressTypes()
Description copied from interface:VpcEndpointServiceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#supported_ip_address_types VpcEndpointService#supported_ip_address_types}.- Specified by:
getSupportedIpAddressTypesin interfaceVpcEndpointServiceConfig
-
getTags
public final Map<String,String> getTags()
Description copied from interface:VpcEndpointServiceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#tags VpcEndpointService#tags}.- Specified by:
getTagsin interfaceVpcEndpointServiceConfig
-
getTagsAll
public final Map<String,String> getTagsAll()
Description copied from interface:VpcEndpointServiceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#tags_all VpcEndpointService#tags_all}.- Specified by:
getTagsAllin interfaceVpcEndpointServiceConfig
-
getTimeouts
public final VpcEndpointServiceTimeouts getTimeouts()
Description copied from interface:VpcEndpointServiceConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#timeouts VpcEndpointService#timeouts}
- Specified by:
getTimeoutsin interfaceVpcEndpointServiceConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-