S3TableIntegrationState constructor
Creates a new S3TableIntegrationState.
arn ARN of the S3 Table integration.
destinationTableBucketArn ARN of the S3 Table bucket where CloudWatch data is stored. AWS automatically creates a bucket named _aws-cloudwatch_ if one does not already exist.
encryption Encryption configuration block. Documented below.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
roleArn ARN of the IAM role that grants the S3 Table integration permissions to access necessary resources.
tags Key-value map of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
timeouts Optional.
Implementation
const S3TableIntegrationState({
this.arn,
this.destinationTableBucketArn,
this.encryption,
this.region,
this.roleArn,
this.tags,
this.tagsAll,
this.timeouts,
});