S3TableIntegrationState class

Input properties used for looking up and filtering S3TableIntegration resources.

Constructors

S3TableIntegrationState({Input<String?>? arn, Input<String?>? destinationTableBucketArn, Input<S3TableIntegrationEncryption?>? encryption, Input<String?>? region, Input<String?>? roleArn, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<S3TableIntegrationTimeouts?>? timeouts})
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.
const
S3TableIntegrationState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN of the S3 Table integration.
final
destinationTableBucketArn → Input<String?>?
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.
final
encryption → Input<S3TableIntegrationEncryption?>?
Encryption configuration block. Documented below.
final
hashCode int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
roleArn → Input<String?>?
ARN of the IAM role that grants the S3 Table integration permissions to access necessary resources.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
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.
final
tagsAll → Input<Map<String, String>?>?
Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
timeouts → Input<S3TableIntegrationTimeouts?>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited