Class ApigeeEndpointAttachmentConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apigee_endpoint_attachment.ApigeeEndpointAttachmentConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ApigeeEndpointAttachmentConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApigeeEndpointAttachmentConfig
@Stability(Stable) @Internal public static final class ApigeeEndpointAttachmentConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApigeeEndpointAttachmentConfig
An implementation forApigeeEndpointAttachmentConfig
-
-
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.google.apigee_endpoint_attachment.ApigeeEndpointAttachmentConfig
ApigeeEndpointAttachmentConfig.Builder, ApigeeEndpointAttachmentConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApigeeEndpointAttachmentConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theApigeeEndpointAttachmentConfig.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)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetEndpointAttachmentId()ID of the endpoint attachment.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_endpoint_attachment#id ApigeeEndpointAttachment#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()Location of the endpoint attachment.StringgetOrgId()The Apigee Organization associated with the Apigee instance, in the format 'organizations/{{org_name}}'.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetServiceAttachment()Format: projects/* /regions/* /serviceAttachments/*.ApigeeEndpointAttachmentTimeoutsgetTimeouts()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(ApigeeEndpointAttachmentConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theApigeeEndpointAttachmentConfig.Builder.
-
-
Method Detail
-
getEndpointAttachmentId
public final String getEndpointAttachmentId()
Description copied from interface:ApigeeEndpointAttachmentConfigID of the endpoint attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_endpoint_attachment#endpoint_attachment_id ApigeeEndpointAttachment#endpoint_attachment_id}
- Specified by:
getEndpointAttachmentIdin interfaceApigeeEndpointAttachmentConfig
-
getLocation
public final String getLocation()
Description copied from interface:ApigeeEndpointAttachmentConfigLocation of the endpoint attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_endpoint_attachment#location ApigeeEndpointAttachment#location}
- Specified by:
getLocationin interfaceApigeeEndpointAttachmentConfig
-
getOrgId
public final String getOrgId()
Description copied from interface:ApigeeEndpointAttachmentConfigThe Apigee Organization associated with the Apigee instance, in the format 'organizations/{{org_name}}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_endpoint_attachment#org_id ApigeeEndpointAttachment#org_id}
- Specified by:
getOrgIdin interfaceApigeeEndpointAttachmentConfig
-
getServiceAttachment
public final String getServiceAttachment()
Description copied from interface:ApigeeEndpointAttachmentConfigFormat: projects/* /regions/* /serviceAttachments/*.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_endpoint_attachment#service_attachment ApigeeEndpointAttachment#service_attachment} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
- Specified by:
getServiceAttachmentin interfaceApigeeEndpointAttachmentConfig
-
getId
public final String getId()
Description copied from interface:ApigeeEndpointAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_endpoint_attachment#id ApigeeEndpointAttachment#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 interfaceApigeeEndpointAttachmentConfig
-
getTimeouts
public final ApigeeEndpointAttachmentTimeouts getTimeouts()
Description copied from interface:ApigeeEndpointAttachmentConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_endpoint_attachment#timeouts ApigeeEndpointAttachment#timeouts}
- Specified by:
getTimeoutsin interfaceApigeeEndpointAttachmentConfig
-
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
-
-