Get Assets Plain Args
data class GetAssetsPlainArgs(val criteria: String? = null, val ids: List<String>? = null, val importance: Int? = null, val logicalExp: String? = null, val machineTypes: String? = null, val noGroupTrace: Boolean? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetAssetsPlainArgs>
A collection of arguments for invoking getAssets.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Set asset importance. Value:
Link copied to clipboard
Set the logical relationship between multiple search conditions. The default value is OR. Valid values:
Link copied to clipboard
The type of asset to query. Value:
Link copied to clipboard
Specifies whether to internationalize the name of the default group. Default value: false
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard