EndpointAttachmentArgs

data class EndpointAttachmentArgs(val endpointAttachmentId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null, val serviceAttachment: Output<String>? = null) : ConvertibleToJava<EndpointAttachmentArgs>

Creates an endpoint attachment. Note: Not supported for Apigee hybrid. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun EndpointAttachmentArgs(endpointAttachmentId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, serviceAttachment: Output<String>? = null)

Functions

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

Properties

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

ID to use for the endpoint attachment. ID must start with a lowercase letter followed by up to 31 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. The minimum length is 2.

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

Location of the endpoint attachment.

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

Name of the endpoint attachment. Use the following structure in your request: organizations/{org}/endpointAttachments/{endpoint_attachment}

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

Format: projects//regions//serviceAttachments/* //*/