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< ? tags, Input<String, String> ?>S3TableIntegrationTimeouts?> ? timeouts}) -
Creates a new S3TableIntegrationArgs.
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.timeoutsOptional.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
-
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 -
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