InstanceAttachment

class InstanceAttachment : KotlinCustomResource

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

Example Usage

Import

InstanceAttachment can be imported using any of these accepted formats:

  • {{instance_id}}/attachments/{{name}}

  • {{instance_id}}/{{name}} When using the pulumi import command, InstanceAttachment can be imported using one of the formats above. For example:

$ 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 organizations/{{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
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>