route53resolver_create_outpost_resolver: Creates an Route 53 Resolver on an Outpost

View source: R/route53resolver_operations.R

route53resolver_create_outpost_resolverR Documentation

Creates an Route 53 Resolver on an Outpost

Description

Creates an 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.

CreatorRequestId can 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.

Tags

A string that helps identify the Route 53 Resolvers on Outpost.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.