Skip to main content

resolver_query_logging_config

Gets an individual resolver_query_logging_config resource

Overview

Nameresolver_query_logging_config
TypeResource
Descriptionresolver_query_logging_config
Idawscc.route53resolver.resolver_query_logging_config

Fields

NameDatatypeDescription
idstringResourceId
owner_idstringAccountId
statusstringResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
share_statusstringShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
association_countintegerCount
arnstringArn
namestringResolverQueryLogConfigName
creator_request_idstringThe id of the creator request.
destination_arnstringdestination arn
creation_timestringRfc3339TimeString
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
owner_id,
status,
share_status,
association_count,
arn,
name,
creator_request_id,
destination_arn,
creation_time
FROM awscc.route53resolver.resolver_query_logging_config
WHERE data__Identifier = '<Id>';

Permissions

To operate on the resolver_query_logging_config resource, the following permissions are required:

Read

resolverquerylogging:GetConfig,
route53resolver:GetResolverQueryLogConfig

Delete

resolverquerylogging:DeleteConfig,
resolverquerylogging:ListConfig,
route53resolver:DeleteResolverQueryLogConfig,
route53resolver:ListResolverQueryLogConfigs