S3TableIntegrationArgs class

The set of arguments for S3TableIntegration. The set of arguments for S3TableIntegration.

Constructors

S3TableIntegrationArgs({required Input<S3TableIntegrationEncryption> encryption, Input<String?>? region, required Input<String> roleArn, Input<Map<String, String>?>? tags, Input<S3TableIntegrationTimeouts?>? timeouts})
Creates a new S3TableIntegrationArgs. 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. timeouts Optional.
const
S3TableIntegrationArgs.fromMap(Map<String, dynamic> map)
factory

Properties

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
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