InstanceAttachment

An Instance attachment in Apigee. To get more information about InstanceAttachment, see:

Example Usage

{{% /examples %}}

Import

InstanceAttachment can be imported using any of these accepted formats

$ pulumi import gcp:apigee/instanceAttachment:InstanceAttachment default {{instance_id}}/attachments/{{name}}
$ pulumi import gcp:apigee/instanceAttachment:InstanceAttachment default {{instance_id}}/{{name}}

Properties

Link copied to clipboard
val environment: Output<String>

The resource ID of the environment.

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

The Apigee instance associated with the Apigee environment, in the format organisations/{{org_name}}/instances/{{instance_name}}.

Link copied to clipboard
val name: Output<String>

The name of the newly created attachment (output parameter).

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>