resolver_query_logging_config
Gets an individual resolver_query_logging_config
resource
Overview
Name | resolver_query_logging_config |
Type | Resource |
Description | resolver_query_logging_config |
Id | awscc.route53resolver.resolver_query_logging_config |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ResourceId |
owner_id | string | AccountId |
status | string | ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED. |
share_status | string | ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME. |
association_count | integer | Count |
arn | string | Arn |
name | string | ResolverQueryLogConfigName |
creator_request_id | string | The id of the creator request. |
destination_arn | string | destination arn |
creation_time | string | Rfc3339TimeString |
region | string | AWS 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