Class: Aws::Firehose::Types::CatalogConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::CatalogConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-firehose/types.rb
Overview
Describes the containers where the destination Apache Iceberg Tables are persisted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_arn ⇒ String
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables.
-
#warehouse_location ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
Instance Attribute Details
#catalog_arn ⇒ String
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format ‘arn:aws:glue:region:account-id:catalog`.
652 653 654 655 656 657 |
# File 'lib/aws-sdk-firehose/types.rb', line 652 class CatalogConfiguration < Struct.new( :catalog_arn, :warehouse_location) SENSITIVE = [] include Aws::Structure end |
#warehouse_location ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
652 653 654 655 656 657 |
# File 'lib/aws-sdk-firehose/types.rb', line 652 class CatalogConfiguration < Struct.new( :catalog_arn, :warehouse_location) SENSITIVE = [] include Aws::Structure end |