Get Instance Attachments Plain Args
data class GetInstanceAttachmentsPlainArgs(val childInstanceRegionId: String? = null, val childInstanceType: String? = null, val instanceId: String, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetInstanceAttachmentsPlainArgs>
A collection of arguments for invoking getInstanceAttachments.
Constructors
Properties
Link copied to clipboard
The region to which the network to be queried belongs.
Link copied to clipboard
The type of the associated network. Valid values: VPC
, VBR
and CCN
.
Link copied to clipboard
The ID of the CEN instance.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).