Get Resolver Config
route53resolver_get_resolver_config | R Documentation |
Retrieves the behavior configuration of RouteĀ 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud¶
Description¶
Retrieves the behavior configuration of RouteĀ 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
Usage¶
Arguments¶
ResourceId
[required] Resource ID of the Amazon VPC that you want to get information about.
Value¶
A list with the following syntax:
list(
ResolverConfig = list(
Id = "string",
ResourceId = "string",
OwnerId = "string",
AutodefinedReverse = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"UPDATING_TO_USE_LOCAL_RESOURCE_SETTING"|"USE_LOCAL_RESOURCE_SETTING"
)
)