Show / Hide Table of Contents

Class FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration

Inheritance
System.Object
FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Kinesis.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration

Fields

View Source

CatalogId

The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.

Declaration
public readonly string CatalogId
Field Value
Type Description
System.String
View Source

DatabaseName

Specifies the name of the AWS Glue database that contains the schema for the output data.

Declaration
public readonly string DatabaseName
Field Value
Type Description
System.String
View Source

Region

If you don't specify an AWS Region, the default is the current region.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

RoleArn

The role that Kinesis Data Firehose can use to access AWS Glue. This role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.

Declaration
public readonly string RoleArn
Field Value
Type Description
System.String
View Source

TableName

Specifies the AWS Glue table that contains the column information that constitutes your data schema.

Declaration
public readonly string TableName
Field Value
Type Description
System.String
View Source

VersionId

Specifies the table version for the output data schema. Defaults to LATEST.

Declaration
public readonly string VersionId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.