route53resolver_create_outpost_resolver {paws.networking} | R Documentation |
Creates a Route 53 Resolver on an Outpost
Description
Creates a Route 53 Resolver on an Outpost.
See https://www.paws-r-sdk.com/docs/route53resolver_create_outpost_resolver/ for full documentation.
Usage
route53resolver_create_outpost_resolver(
CreatorRequestId,
Name,
InstanceCount = NULL,
PreferredInstanceType,
OutpostArn,
Tags = NULL
)
Arguments
CreatorRequestId |
[required] A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice.
|
Name |
[required] A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console. |
InstanceCount |
Number of Amazon EC2 instances for the Resolver on Outpost. The default and minimal value is 4. |
PreferredInstanceType |
[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 |
Tags |
A string that helps identify the Route 53 Resolvers on Outpost. |