AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53Resolver::ResolverQueryLoggingConfig

Route53Resolver ResolverQueryLoggingConfig

Resource schema for AWS::Route53Resolver::ResolverQueryLoggingConfig.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DestinationArn
string
Create-only
Name
string
Create-only
Tags
Array<Tag>
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringArn
AssociationCountintegerCount
CreationTimestringRfc3339TimeString
CreatorRequestIdstringThe id of the creator request.
IdstringResourceId
OwnerIdstringAccountId
ShareStatusstringShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
StatusstringResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53Resolver::ResolverQueryLoggingConfig

Resources:
  MyResource:
    Type: AWS::Route53Resolver::ResolverQueryLoggingConfig
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

resolverquerylogging:CreateConfigresolverquerylogging:GetConfigroute53resolver:CreateResolverQueryLogConfigroute53resolver:GetResolverQueryLogConfiglogs:CreateLogDeliverylogs:GetLogDeliverylogs:UpdateLogDeliverylogs:DeleteLogDelivery

read

resolverquerylogging:GetConfigroute53resolver:GetResolverQueryLogConfigroute53resolver:ListTagsForResourceroute53resolver:ListResolverQueryLogConfigs

delete

resolverquerylogging:DeleteConfigresolverquerylogging:ListConfigroute53resolver:DeleteResolverQueryLogConfigroute53resolver:ListResolverQueryLogConfigsroute53resolver:UntagResourceroute53resolver:ListTagsForResource

list

resolverquerylogging:ListConfigroute53resolver:ListResolverQueryLogConfigsroute53resolver:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRoute53Resolver
Properties11
Required0
TaggingSupported
Primary IDId

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameDestinationArnTags

External Links