GetDirectConnectGatewayAttachmentResult

data class GetDirectConnectGatewayAttachmentResult(val attachmentId: String? = null, val attachmentPolicyRuleNumber: Int? = null, val attachmentType: String? = null, val coreNetworkArn: String? = null, val createdAt: String? = null, val edgeLocations: List<String>? = null, val networkFunctionGroupName: String? = null, val ownerAccountId: String? = null, val proposedNetworkFunctionGroupChange: DirectConnectGatewayAttachmentProposedNetworkFunctionGroupChange? = null, val proposedSegmentChange: DirectConnectGatewayAttachmentProposedSegmentChange? = null, val resourceArn: String? = null, val segmentName: String? = null, val state: String? = null, val tags: List<Tag>? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(attachmentId: String? = null, attachmentPolicyRuleNumber: Int? = null, attachmentType: String? = null, coreNetworkArn: String? = null, createdAt: String? = null, edgeLocations: List<String>? = null, networkFunctionGroupName: String? = null, ownerAccountId: String? = null, proposedNetworkFunctionGroupChange: DirectConnectGatewayAttachmentProposedNetworkFunctionGroupChange? = null, proposedSegmentChange: DirectConnectGatewayAttachmentProposedSegmentChange? = null, resourceArn: String? = null, segmentName: String? = null, state: String? = null, tags: List<Tag>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attachmentId: String? = null

Id of the attachment.

Link copied to clipboard

The policy rule number associated with the attachment.

Link copied to clipboard
val attachmentType: String? = null

Attachment type.

Link copied to clipboard
val coreNetworkArn: String? = null

The ARN of a core network for the Direct Connect Gateway attachment.

Link copied to clipboard
val createdAt: String? = null

Creation time of the attachment.

Link copied to clipboard
val edgeLocations: List<String>? = null

The Regions where the edges are located.

Link copied to clipboard

The name of the network function group attachment.

Link copied to clipboard
val ownerAccountId: String? = null

Owner account of the attachment.

Link copied to clipboard

The attachment to move from one network function group to another.

Link copied to clipboard

The attachment to move from one segment to another.

Link copied to clipboard
val resourceArn: String? = null

The ARN of the Resource.

Link copied to clipboard
val segmentName: String? = null

The name of the segment attachment..

Link copied to clipboard
val state: String? = null

State of the attachment.

Link copied to clipboard
val tags: List<Tag>? = null

Tags for the attachment.

Link copied to clipboard
val updatedAt: String? = null

Last update time of the attachment.