GetChildInstanceRouteEntryToAttachmentsPlainArgs

data class GetChildInstanceRouteEntryToAttachmentsPlainArgs(val cenId: String? = null, val childInstanceRouteTableId: String, val ids: List<String>? = null, val outputFile: String? = null, val serviceType: String? = null, val transitRouterAttachmentId: String) : ConvertibleToJava<GetChildInstanceRouteEntryToAttachmentsPlainArgs>

A collection of arguments for invoking getChildInstanceRouteEntryToAttachments.

Constructors

constructor(cenId: String? = null, childInstanceRouteTableId: String, ids: List<String>? = null, outputFile: String? = null, serviceType: String? = null, transitRouterAttachmentId: String)

Properties

Link copied to clipboard
val cenId: String? = null

The ID of the CEN instance.

Link copied to clipboard

The first ID of the resource

Link copied to clipboard
val ids: List<String>? = null

Limit search to a list of specific IDs.The value is formulated as <cen_id>:<child_instance_route_table_id>:<transit_router_attachment_id>:<destination_cidr_block>.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val serviceType: String? = null

ServiceType

Link copied to clipboard

TransitRouterAttachmentId

Functions

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