GetControlPolicyAttachmentsPlainArgs

data class GetControlPolicyAttachmentsPlainArgs(val language: String? = null, val outputFile: String? = null, val policyType: String? = null, val targetId: String) : ConvertibleToJava<GetControlPolicyAttachmentsPlainArgs>

A collection of arguments for invoking getControlPolicyAttachments.

Constructors

Link copied to clipboard
constructor(language: String? = null, outputFile: String? = null, policyType: String? = null, targetId: String)

Properties

Link copied to clipboard
val language: String? = null

The language. Valid value zh-CN, en, and ja. Default value zh-CN

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard
val policyType: String? = null

The policy type of control policy. Valid values: Custom and System.

Link copied to clipboard

The Id of target.

Functions

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