Get Direct Connect Gateway Attachment Plain Args
data class GetDirectConnectGatewayAttachmentPlainArgs(val dxGatewayId: String? = null, val filters: List<GetDirectConnectGatewayAttachmentFilter>? = null, val tags: Map<String, String>? = null, val transitGatewayId: String? = null) : ConvertibleToJava<GetDirectConnectGatewayAttachmentPlainArgs>
A collection of arguments for invoking getDirectConnectGatewayAttachment.
Constructors
Link copied to clipboard
fun GetDirectConnectGatewayAttachmentPlainArgs(dxGatewayId: String? = null, filters: List<GetDirectConnectGatewayAttachmentFilter>? = null, tags: Map<String, String>? = null, transitGatewayId: String? = null)