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< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>S3TableIntegrationTimeouts?> ? timeouts}) -
Creates a new S3TableIntegrationState.
arnARN of the S3 Table integration.destinationTableBucketArnARN of the S3 Table bucket where CloudWatch data is stored. AWS automatically creates a bucket named_aws-cloudwatch_if one does not already exist.encryptionEncryption configuration block. Documented below.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.roleArnARN of the IAM role that grants the S3 Table integration permissions to access necessary resources.tagsKey-value map of resource tags. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllMap of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.timeoutsOptional.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
-
Key-value map of resource tags. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
Map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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