Get Control Policies Plain Args
data class GetControlPoliciesPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val language: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val policyType: String? = null) : ConvertibleToJava<GetControlPoliciesPlainArgs>
A collection of arguments for invoking getControlPolicies.
Constructors
Properties
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The policy type of control policy. Valid values System
and Custom
.