Create Cidr Collection
| route53_create_cidr_collection | R Documentation | 
Creates a CIDR collection in the current Amazon Web Services account¶
Description¶
Creates a CIDR collection in the current Amazon Web Services account.
Usage¶
route53_create_cidr_collection(Name, CallerReference)
Arguments¶
Name | 
[required] A unique identifier for the account that can be used to reference the collection from other API calls.  | 
CallerReference | 
[required] A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.  | 
Value¶
A list with the following syntax:
list(
  Collection = list(
    Arn = "string",
    Id = "string",
    Name = "string",
    Version = 123
  ),
  Location = "string"
)
Request syntax¶
svc$create_cidr_collection(
  Name = "string",
  CallerReference = "string"
)