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

{{% /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}}

Constructors

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

Functions

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

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 organisations/{{org_name}}/instances/{{instance_name}}.