_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( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
configurations
The list of all revisions for the specified configuration. | STRUCT( "arn" VARCHAR, "authentication_strategy" VARCHAR, "created" TIMESTAMP_S, "description" VARCHAR, "engine_type" VARCHAR, "engine_version" VARCHAR, "id" VARCHAR, "latest_revision" STRUCT( "created" TIMESTAMP_S, "description" VARCHAR, "revision" BIGINT ), "name" VARCHAR, "tags" MAP(VARCHAR, VARCHAR) )[] |
Show child fields- configurations[]
Show child fields- configurations[].arn
Required. The ARN of the configuration.
- configurations[].authentication_strategy
Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
- configurations[].created
Required. The date and time of the configuration revision.
- configurations[].description
Required. The description of the configuration.
- configurations[].engine_type
Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.
- configurations[].engine_version
The broker engine version. Defaults to the latest available version for the specified broker engine type. For a list of supported engine versions, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
- configurations[].id
Required. The unique ID that Amazon MQ generates for the configuration.
- configurations[].latest_revision
Required. The latest revision of the configuration. Show child fields- configurations[].latest_revision.created
Required. The date and time of the configuration revision.
- configurations[].latest_revision.description
The description of the configuration revision.
- configurations[].latest_revision.revision
Required. The revision number of the configuration.
- configurations[].name
Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
- configurations[].tags
The list of all tags associated with this configuration.
|