Interface ApigeeEndpointAttachmentConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ApigeeEndpointAttachmentConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.317Z") @Stability(Stable) public interface ApigeeEndpointAttachmentConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApigeeEndpointAttachmentConfig.BuilderA builder forApigeeEndpointAttachmentConfigstatic classApigeeEndpointAttachmentConfig.Jsii$ProxyAn implementation forApigeeEndpointAttachmentConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApigeeEndpointAttachmentConfig.Builderbuilder()StringgetEndpointAttachmentId()ID of the endpoint attachment.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_endpoint_attachment#id ApigeeEndpointAttachment#id}.StringgetLocation()Location of the endpoint attachment.StringgetOrgId()The Apigee Organization associated with the Apigee instance, in the format 'organizations/{{org_name}}'.StringgetServiceAttachment()Format: projects/* /regions/* /serviceAttachments/*.default ApigeeEndpointAttachmentTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getEndpointAttachmentId
@Stability(Stable) @NotNull String getEndpointAttachmentId()
ID 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}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
Location 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}
-
getOrgId
@Stability(Stable) @NotNull String getOrgId()
The 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}
-
getServiceAttachment
@Stability(Stable) @NotNull String getServiceAttachment()
Format: 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.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs 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.
-
getTimeouts
@Stability(Stable) @Nullable default ApigeeEndpointAttachmentTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_endpoint_attachment#timeouts ApigeeEndpointAttachment#timeouts}
-
builder
@Stability(Stable) static ApigeeEndpointAttachmentConfig.Builder builder()
-
-