CrossAccountAttachmentResourceArgs

data class CrossAccountAttachmentResourceArgs(val endpointId: Output<String>, val region: Output<String>? = null) : ConvertibleToJava<CrossAccountAttachmentResourceArgs>

ARN of resource to share.

Constructors

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

Properties

Link copied to clipboard
val endpointId: Output<String>

The endpoint ID for the endpoint that is specified as a AWS resource. An endpoint ID for the cross-account feature is the ARN of an AWS resource, such as a Network Load Balancer, that Global Accelerator supports as an endpoint for an accelerator.

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

The AWS Region where a shared endpoint resource is located.

Functions

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