Creates a Route 53 Resolver on an Outpost.
See https://www.paws-r-sdk.com/docs/route53resolver_create_outpost_resolver/ for full documentation.
route53resolver_create_outpost_resolver(
CreatorRequestId,
Name,
InstanceCount = NULL,
PreferredInstanceType,
OutpostArn,
Tags = NULL
)
[required] A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice.
CreatorRequestId
can be any unique string, for example, a date/time
stamp.
[required] A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
Number of Amazon EC2 instances for the Resolver on Outpost. The default and minimal value is 4.
[required] The Amazon EC2 instance type. If you specify this, you must also specify
a value for the OutpostArn
.
[required] The Amazon Resource Name (ARN) of the Outpost. If you specify this, you
must also specify a value for the PreferredInstanceType
.
A string that helps identify the Route 53 Resolvers on Outpost.