Creates a Route 53 Resolver on an Outpost
Source:R/route53resolver_operations.R
route53resolver_create_outpost_resolver.RdCreates 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.
CreatorRequestIdcan be any unique string, for example, a date/time stamp.- 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.- 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.