GetEcsSnapshotGroupsPlainArgs

data class GetEcsSnapshotGroupsPlainArgs(val ids: List<String>? = null, val instanceId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val snapshotGroupName: String? = null, val status: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetEcsSnapshotGroupsPlainArgs>

A collection of arguments for invoking getEcsSnapshotGroups.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, instanceId: String? = null, nameRegex: String? = null, outputFile: String? = null, snapshotGroupName: String? = null, status: String? = null, tags: Map<String, String>? = null)

Properties

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

A list of Snapshot Group IDs.

Link copied to clipboard
val instanceId: String? = null

The ID of the instance.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Snapshot Group name.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard

The name of the snapshot-consistent group.

Link copied to clipboard
val status: String? = null

The state of snapshot-consistent group. Valid Values: accomplished, failed and progressing.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to the snapshot group.

Functions

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