InstanceAttachmentArgs

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

Creates a new attachment of an environment to an instance. Note: Not supported for Apigee hybrid. Auto-naming is currently not supported for this resource.

Constructors

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

Functions

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

Properties

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

ID of the attached environment.

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