route53profiles_create_profile {paws.networking} | R Documentation |
Creates an empty Route 53 Profile
Description
Creates an empty Route 53 Profile.
See https://www.paws-r-sdk.com/docs/route53profiles_create_profile/ for full documentation.
Usage
route53profiles_create_profile(ClientToken, Name, Tags = NULL)
Arguments
ClientToken |
[required] |
Name |
[required] A name for the Profile. |
Tags |
A list of the tag keys and values that you want to associate with the Route 53 Profile. |
[Package paws.networking version 0.9.0 Index]