This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Kinesis::Channel S3TableConfiguration
The S3TableConfiguration property type specifies Property description not available. for an AWS::Kinesis::Channel.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CompressionType" :String, "Namespace" :String, "PartitionSpec" :PartitionSpec, "TableBucketARN" :String, "TableName" :String}
YAML
CompressionType:StringNamespace:StringPartitionSpec:PartitionSpecTableBucketARN:StringTableName:String
Properties
CompressionTypeProperty description not available.
Required: Yes
Type: String
Allowed values:
NONE | ZSTD | SNAPPYUpdate requires: Replacement
NamespaceProperty description not available.
Required: Yes
Type: String
Pattern:
^[0-9a-z_]+$Minimum:
1Maximum:
255Update requires: Replacement
PartitionSpecProperty description not available.
Required: No
Type: PartitionSpec
Update requires: Replacement
TableBucketARNProperty description not available.
Required: Yes
Type: String
Pattern:
^arn:aws[-a-z0-9]*:s3tables:[-a-z0-9]+:[0-9]{12}:bucket/[a-z0-9_-]{3,63}$Minimum:
1Maximum:
2048Update requires: Replacement
TableNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[0-9a-z_]+$Minimum:
1Maximum:
255Update requires: Replacement