GetLogDataProtectionPolicyDocumentResult constructor

const GetLogDataProtectionPolicyDocumentResult({
  1. GetLogDataProtectionPolicyDocumentConfiguration? configuration,
  2. String? description,
  3. String? id,
  4. String? json,
  5. String? name,
  6. List<GetLogDataProtectionPolicyDocumentStatement>? statements,
  7. 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,
});