TransitRouterRouteTableAssociationArgs

data class TransitRouterRouteTableAssociationArgs(val dryRun: Output<Boolean>? = null, val transitRouterAttachmentId: Output<String>? = null, val transitRouterRouteTableId: Output<String>? = null) : ConvertibleToJava<TransitRouterRouteTableAssociationArgs>

Provides a CEN transit router route table association resource.What is Cen Transit Router Route Table Association

NOTE: Available in 1.126.0+

Import

CEN transit router route table association can be imported using the id, e.g.

$ pulumi import alicloud:cen/transitRouterRouteTableAssociation:TransitRouterRouteTableAssociation default tr-********:tr-attach-********

Constructors

Link copied to clipboard
fun TransitRouterRouteTableAssociationArgs(dryRun: Output<Boolean>? = null, transitRouterAttachmentId: Output<String>? = null, transitRouterRouteTableId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val dryRun: Output<Boolean>? = null

The dry run.

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

The ID the transit router attachment.

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

The ID of the transit router route table.