EndpointAttachmentArgs

data class EndpointAttachmentArgs(val endpointAttachmentId: Output<String>? = null, val location: Output<String>? = null, val orgId: Output<String>? = null, val serviceAttachment: Output<String>? = null) : ConvertibleToJava<EndpointAttachmentArgs>

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}}

Constructors

Link copied to clipboard
constructor(endpointAttachmentId: Output<String>? = null, location: Output<String>? = null, orgId: Output<String>? = null, serviceAttachment: Output<String>? = null)

Properties

Link copied to clipboard
val endpointAttachmentId: Output<String>? = null

ID of the endpoint attachment.

Link copied to clipboard
val location: Output<String>? = null

Location of the endpoint attachment.

Link copied to clipboard
val orgId: Output<String>? = null

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

Link copied to clipboard
val serviceAttachment: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): EndpointAttachmentArgs