Get Patch Baselines Plain Args
data class GetPatchBaselinesPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val operationSystem: String? = null, val outputFile: String? = null, val shareType: String? = null) : ConvertibleToJava<GetPatchBaselinesPlainArgs>
A collection of arguments for invoking getPatchBaselines.
Constructors
Properties
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
Operating system type. Valid values: AliyunLinux
, Anolis
, CentOS
, Debian
, RedhatEnterpriseLinux
, Ubuntu
, Windows
.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).