EndpointAttachment

class EndpointAttachment : KotlinCustomResource

Apigee Endpoint Attachment. To get more information about EndpointAttachment, see:

Import

EndpointAttachment can be imported using any of these accepted formats:

  • {{org_id}}/endpointAttachments/{{endpoint_attachment_id}}

  • {{org_id}}/{{endpoint_attachment_id}} When using the pulumi import command, EndpointAttachment can be imported using one of the formats above. For example:

$ pulumi import gcp:apigee/endpointAttachment:EndpointAttachment default {{org_id}}/endpointAttachments/{{endpoint_attachment_id}}
$ pulumi import gcp:apigee/endpointAttachment:EndpointAttachment default {{org_id}}/{{endpoint_attachment_id}}

Properties

Link copied to clipboard
val connectionState: Output<String>

State of the endpoint attachment connection to the service attachment.

Link copied to clipboard

ID of the endpoint attachment.

Link copied to clipboard
val host: Output<String>

Host that can be used in either HTTP Target Endpoint directly, or as the host in Target Server.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>

Location of the endpoint attachment.

Link copied to clipboard
val name: Output<String>

Name of the Endpoint Attachment in the following format: organizations/{organization}/endpointAttachments/{endpointAttachment}.

Link copied to clipboard
val orgId: Output<String>

The Apigee Organization associated with the Apigee instance, in the format organizations/{{org_name}}.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Format: projects//regions//serviceAttachments/* //*/

Link copied to clipboard
val urn: Output<String>