Get Transit Router Prefix List Associations Plain Args
data class GetTransitRouterPrefixListAssociationsPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val ownerUid: Int? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val prefixListId: String? = null, val status: String? = null, val transitRouterId: String, val transitRouterTableId: String) : ConvertibleToJava<GetTransitRouterPrefixListAssociationsPlainArgs>
A collection of arguments for invoking getTransitRouterPrefixListAssociations.
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Link copied to clipboard
The ID of the prefix list.
Link copied to clipboard
The ID of the transit router.
Link copied to clipboard
The ID of the route table of the transit router.