Transit Router Route Table Association Args
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-********
Content copied to clipboard
Constructors
Link copied to clipboard
fun TransitRouterRouteTableAssociationArgs(dryRun: Output<Boolean>? = null, transitRouterAttachmentId: Output<String>? = null, transitRouterRouteTableId: Output<String>? = null)