CrossAccountAttachmentResource

data class CrossAccountAttachmentResource(val endpointId: String, val region: String? = null)

ARN of resource to share.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: String? = null

The AWS Region where a shared endpoint resource is located.