class
Amazonite::Kinesis::RecordConfiguration
- Amazonite::Kinesis::RecordConfiguration
- Reference
- Object
Overview
Specifies the format of records read from the source stream.
Included Modules
- JSON::Serializable
Defined in:
kinesis/record_configuration.crConstructors
- .new(pull : JSON::PullParser)
- .new(record_format_type : RecordFormatType, gsr_schema_arn : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#gsr_schema_arn : String | Nil
The Amazon Resource Name (ARN) of the Amazon Web Services Glue Schema Registry schema used to validate records.
-
#gsr_schema_arn=(gsr_schema_arn : String | Nil)
The Amazon Resource Name (ARN) of the Amazon Web Services Glue Schema Registry schema used to validate records.
-
#hash(hasher)
See
Object#hash(hasher) -
#record_format_type : RecordFormatType
The format of records on the source stream.
-
#record_format_type=(record_format_type : RecordFormatType)
The format of records on the source stream.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the Amazon Web Services Glue Schema Registry schema used to
validate records. Required when the channel destination is a streaming table (Amazon S3 Tables),
for both the JSON and GSR_JSON record formats.
The Amazon Resource Name (ARN) of the Amazon Web Services Glue Schema Registry schema used to
validate records. Required when the channel destination is a streaming table (Amazon S3 Tables),
for both the JSON and GSR_JSON record formats.
The format of records on the source stream. Valid values:
-
GSR_JSON- Supported only for streaming table (Amazon S3 Tables) destinations. -
JSON- Supported for both general purpose Amazon S3 and streaming table destinations. -
STRING- Supported only for general purpose Amazon S3 destinations. -
BYTE_ARRAY- Supported only for general purpose Amazon S3 destinations.
The format of records on the source stream. Valid values:
-
GSR_JSON- Supported only for streaming table (Amazon S3 Tables) destinations. -
JSON- Supported for both general purpose Amazon S3 and streaming table destinations. -
STRING- Supported only for general purpose Amazon S3 destinations. -
BYTE_ARRAY- Supported only for general purpose Amazon S3 destinations.