{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SchemaConfiguration", "title": "SchemaConfiguration", "type": "object", "properties": { "RoleARN": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyStringWithoutWhitespace" }, { "description": "
The role that Kinesis Data Firehose can use to access Amazon Web Services Glue. This role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.
If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the RoleARN property is required and its value must be specified.
Specifies the name of the Amazon Web Services Glue database that contains the schema for the output data.
If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the DatabaseName property is required and its value must be specified.
Specifies the Amazon Web Services Glue table that contains the column information that constitutes your data schema.
If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the TableName property is required and its value must be specified.
LATEST, Kinesis Data Firehose uses the most recent version. This means that any updates to the table are automatically picked up."
}
]
}
},
"description": "Specifies the schema to which you want Kinesis Data Firehose to configure your data before it writes it to Amazon S3. This parameter is required if Enabled is set to true."
}