_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 )[] )[] ) ) |
resolver_query_log_config_association
Information about the Resolver query logging configuration association that you specified in a GetQueryLogConfigAssociation request. | STRUCT( "id" VARCHAR, "resolver_query_log_config_id" VARCHAR, "resource_id" VARCHAR, "status" VARCHAR, "error" VARCHAR, "error_message" VARCHAR, "creation_time" VARCHAR ) |
Show child fields- resolver_query_log_config_association.creation_time
The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).
- resolver_query_log_config_association.error
If the value of Status is FAILED, the value of Error indicates the cause: -
DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon S3 bucket) was deleted. -
ACCESS_DENIED: Permissions don't allow sending logs to the destination. If the value of Status is a value other than FAILED, Error is null.
- resolver_query_log_config_association.error_message
Contains additional information about the error. If the value or Error is null, the value of ErrorMessage also is null.
- resolver_query_log_config_association.id
The ID of the query logging association.
- resolver_query_log_config_association.resolver_query_log_config_id
The ID of the query logging configuration that a VPC is associated with.
- resolver_query_log_config_association.resource_id
The ID of the Amazon VPC that is associated with the query logging configuration.
- resolver_query_log_config_association.status
The status of the specified query logging association. Valid values include the following: -
CREATING: Resolver is creating an association between an Amazon VPC and a query logging configuration. -
CREATED: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC. -
DELETING: Resolver is deleting this query logging association. -
FAILED: Resolver either couldn't create or couldn't delete the query logging association.
|