get_resolver_config
(**kwargs)¶Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
See also: AWS API Documentation
Request Syntax
response = client.get_resolver_config(
ResourceId='string'
)
[REQUIRED]
Resource ID of the Amazon VPC that you want to get information about.
{
'ResolverConfig': {
'Id': 'string',
'ResourceId': 'string',
'OwnerId': 'string',
'AutodefinedReverse': 'ENABLING'|'ENABLED'|'DISABLING'|'DISABLED'|'UPDATING_TO_USE_LOCAL_RESOURCE_SETTING'|'USE_LOCAL_RESOURCE_SETTING'
}
}
Response Structure
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the GetResolverConfig
request.
ID for the Resolver configuration.
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
The owner account ID of the Amazon Virtual Private Cloud VPC.
The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following:
Exceptions
Route53Resolver.Client.exceptions.ResourceNotFoundException
Route53Resolver.Client.exceptions.InvalidParameterException
Route53Resolver.Client.exceptions.InternalServiceErrorException
Route53Resolver.Client.exceptions.ThrottlingException
Route53Resolver.Client.exceptions.AccessDeniedException
Route53Resolver.Client.exceptions.ValidationException