TransitRouterRouteTablePropagationArgs

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-********

Constructors

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

Functions

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

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.