LogDestinationState constructor

const LogDestinationState({
  1. Input<String?>? arn,
  2. Input<String?>? name,
  3. Input<String?>? region,
  4. Input<String?>? roleArn,
  5. Input<Map<String, String>?>? tags,
  6. Input<Map<String, String>?>? tagsAll,
  7. Input<String?>? targetArn,
})

Creates a new LogDestinationState. arn ARN specifying the log destination. name A name for the log destination. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. roleArn The ARN of an IAM role that grants Amazon CloudWatch Logs permissions to put data into the target. tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. targetArn The ARN of the target Amazon Kinesis stream resource for the destination.

Implementation

const LogDestinationState({
  this.arn,
  this.name,
  this.region,
  this.roleArn,
  this.tags,
  this.tagsAll,
  this.targetArn,
});