Class: Aws::Firehose::Types::CatalogConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-firehose/types.rb

Overview

Describes the containers where the destination Apache Iceberg Tables are persisted.

Amazon Data Firehose is in preview release and is subject to change.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_arnString

Specifies the Glue catalog ARN indentifier of the destination Apache Iceberg Tables. You must specify the ARN in the format ‘arn:aws:glue:region:account-id:catalog`.

Amazon Data Firehose is in preview release and is subject to change.

Returns:

  • (String)


652
653
654
655
656
# File 'lib/aws-sdk-firehose/types.rb', line 652

class CatalogConfiguration < Struct.new(
  :catalog_arn)
  SENSITIVE = []
  include Aws::Structure
end