aws.kafka.describe_configuration_revision
Example SQL Queries
SELECT * FROMaws.kafka.describe_configuration_revisionWHERE"revision" = 'VALUE'AND "arn" = 'VALUE';Description
Returns a description of this revision of the configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The Amazon Resource Name (ARN) of the configuration. | VARCHAR |
| revision Required Input Column The revision number. | BIGINT |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_time The time when the configuration was created. | TIMESTAMP_S |
| description The description of the configuration. | VARCHAR |
| server_properties Contents of the | BLOB |