route53_create_cidr_collection {paws.networking} | 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.
See https://www.paws-r-sdk.com/docs/route53_create_cidr_collection/ for full documentation.
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. |
[Package paws.networking version 0.9.0 Index]