GetLogDataProtectionPolicyDocumentResult constructor
const
GetLogDataProtectionPolicyDocumentResult({
- GetLogDataProtectionPolicyDocumentConfiguration? configuration,
- String? description,
- String? id,
- String? json,
- String? name,
- List<
GetLogDataProtectionPolicyDocumentStatement> ? statements, - String? version,
Creates a new GetLogDataProtectionPolicyDocumentResult.
configuration Optional.
description Optional.
id The provider-assigned unique ID for this managed resource.
json Standard JSON policy document rendered based on the arguments above.
name Optional.
statements Optional.
version Optional.
Implementation
const GetLogDataProtectionPolicyDocumentResult({
this.configuration,
this.description,
this.id,
this.json,
this.name,
this.statements,
this.version,
});