GetLogDataProtectionPolicyDocumentPlainArgs

data class GetLogDataProtectionPolicyDocumentPlainArgs(val description: String? = null, val name: String, val statements: List<GetLogDataProtectionPolicyDocumentStatement>, val version: String? = null) : ConvertibleToJava<GetLogDataProtectionPolicyDocumentPlainArgs>

A collection of arguments for invoking getLogDataProtectionPolicyDocument.

Constructors

constructor(description: String? = null, name: String, statements: List<GetLogDataProtectionPolicyDocumentStatement>, version: String? = null)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard

The name of the data protection policy document.

Link copied to clipboard

Configures the data protection policy.

Link copied to clipboard
val version: String? = null

Functions

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