View source: R/route53resolver_operations.R
route53resolver_update_outpost_resolver | R Documentation |
You can use update_outpost_resolver
to update the instance count, type, or name of a Resolver on an Outpost.
See https://www.paws-r-sdk.com/docs/route53resolver_update_outpost_resolver/ for full documentation.
route53resolver_update_outpost_resolver(
Id,
Name = NULL,
InstanceCount = NULL,
PreferredInstanceType = NULL
)
Id |
[required] A unique string that identifies Resolver on an Outpost. |
Name |
Name of the Resolver on the Outpost. |
InstanceCount |
The Amazon EC2 instance count for a Resolver on the Outpost. |
PreferredInstanceType |
Amazon EC2 instance type. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.