LogDataProtectionPolicyState constructor

const LogDataProtectionPolicyState({
  1. Input<String?>? logGroupName,
  2. Input<String?>? policyDocument,
  3. Input<String?>? region,
})

Creates a new LogDataProtectionPolicyState. logGroupName The name of the log group under which the log stream is to be created. policyDocument Specifies the data protection policy in JSON. Read more at Data protection policy syntax. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const LogDataProtectionPolicyState({
  this.logGroupName,
  this.policyDocument,
  this.region,
});