resolver_query_logging_config_association
Gets an individual resolver_query_logging_config_association
resource
Overview
Name | resolver_query_logging_config_association |
Type | Resource |
Description | resolver_query_logging_config_association |
Id | awscc.route53resolver.resolver_query_logging_config_association |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Id |
resolver_query_log_config_id | string | ResolverQueryLogConfigId |
resource_id | string | ResourceId |
status | string | ResolverQueryLogConfigAssociationStatus |
error | string | ResolverQueryLogConfigAssociationError |
error_message | string | ResolverQueryLogConfigAssociationErrorMessage |
creation_time | string | Rfc3339TimeString |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
resolver_query_log_config_id,
resource_id,
status,
error,
error_message,
creation_time
FROM awscc.route53resolver.resolver_query_logging_config_association
WHERE data__Identifier = '<Id>';
Permissions
To operate on the resolver_query_logging_config_association
resource, the following permissions are required:
Read
resolverquerylogging:GetConfigAssociation,
route53resolver:GetResolverQueryLogConfigAssociation
Delete
resolverquerylogging:DisassociateConfig,
resolverquerylogging:ListConfigAssociation,
route53resolver:DisassociateResolverQueryLogConfig,
route53resolver:ListResolverQueryLogConfigAssociations,
route53resolver:GetResolverQueryLogConfigAssociation