Transit Router Route Table Propagation Args
data class TransitRouterRouteTablePropagationArgs(val dryRun: Output<Boolean>? = null, val transitRouterAttachmentId: Output<String>? = null, val transitRouterRouteTableId: Output<String>? = null) : ConvertibleToJava<TransitRouterRouteTablePropagationArgs>
Provides a CEN transit router route table propagation resource.What is Cen Transit Router Route Table Propagation
NOTE: Available in 1.126.0+
Import
CEN transit router route table propagation can be imported using the id, e.g.
$ pulumi import alicloud:cen/transitRouterRouteTablePropagation:TransitRouterRouteTablePropagation default tr-********:tr-attach-********
Content copied to clipboard
Constructors
Link copied to clipboard
fun TransitRouterRouteTablePropagationArgs(dryRun: Output<Boolean>? = null, transitRouterAttachmentId: Output<String>? = null, transitRouterRouteTableId: Output<String>? = null)