InstanceAttachmentArgs

data class InstanceAttachmentArgs(val environment: Output<String>? = null, val instanceId: Output<String>? = null) : ConvertibleToJava<InstanceAttachmentArgs>

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

Constructors

Link copied to clipboard
constructor(environment: Output<String>? = null, instanceId: Output<String>? = null)

Properties

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

The resource ID of the environment.

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

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

Functions

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