AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation

Route53Resolver ResolverQueryLoggingConfigAssociation

Resource schema for AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation.

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ResolverQueryLogConfigId
string
Create-only
ResourceId
string
Create-only

Return Values

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

AttributeTypeDescription
CreationTimestringRfc3339TimeString
ErrorstringResolverQueryLogConfigAssociationError
ErrorMessagestringResolverQueryLogConfigAssociationErrorMessage
IdstringId
StatusstringResolverQueryLogConfigAssociationStatus

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::ResolverQueryLoggingConfigAssociation

Resources:
  MyResource:
    Type: AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation
    Properties:

Required IAM Permissions

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

create

resolverquerylogging:AssociateConfigresolverquerylogging:GetConfigAssociationroute53resolver:AssociateResolverQueryLogConfigec2:DescribeVpcsroute53resolver:GetResolverQueryLogConfigAssociation

read

resolverquerylogging:GetConfigAssociationroute53resolver:GetResolverQueryLogConfigAssociation

delete

resolverquerylogging:DisassociateConfigresolverquerylogging:ListConfigAssociationroute53resolver:DisassociateResolverQueryLogConfigroute53resolver:ListResolverQueryLogConfigAssociationsroute53resolver:GetResolverQueryLogConfigAssociation

list

resolverquerylogging:ListConfigAssociationsroute53resolver:ListResolverQueryLogConfigAssociations

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
Properties7
Required0
TaggingNot supported
Primary IDId

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

ResolverQueryLogConfigIdResourceId

External Links