GetTransitRouterRouteTableAssociationsResult

data class GetTransitRouterRouteTableAssociationsResult(val associations: List<GetTransitRouterRouteTableAssociationsAssociation>, val id: String, val ids: List<String>, val outputFile: String? = null, val status: String? = null, val transitRouterAttachmentId: String? = null, val transitRouterAttachmentResourceId: String? = null, val transitRouterAttachmentResourceType: String? = null, val transitRouterRouteTableId: String? = null)

A collection of values returned by getTransitRouterRouteTableAssociations.

Constructors

constructor(associations: List<GetTransitRouterRouteTableAssociationsAssociation>, id: String, ids: List<String>, outputFile: String? = null, status: String? = null, transitRouterAttachmentId: String? = null, transitRouterAttachmentResourceId: String? = null, transitRouterAttachmentResourceType: String? = null, transitRouterRouteTableId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of CEN Transit Router Route Table Associations. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of CEN Transit Router Route Table Association IDs.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val status: String? = null

The status of the route table.

Link copied to clipboard

ID of the transit router attachment.

Link copied to clipboard

ID of the transit router route table.