View source: R/ec2_operations.R
ec2_create_managed_prefix_list | R Documentation |
Creates a managed prefix list. You can specify one or more entries for the prefix list. Each entry consists of a CIDR block and an optional description.
See https://www.paws-r-sdk.com/docs/ec2_create_managed_prefix_list/ for full documentation.
ec2_create_managed_prefix_list(
DryRun = NULL,
PrefixListName,
Entries = NULL,
MaxEntries,
TagSpecifications = NULL,
AddressFamily,
ClientToken = NULL
)
DryRun |
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is |
PrefixListName |
[required] A name for the prefix list. Constraints: Up to 255 characters in length. The name cannot start with
|
Entries |
One or more entries for the prefix list. |
MaxEntries |
[required] The maximum number of entries for the prefix list. |
TagSpecifications |
The tags to apply to the prefix list during creation. |
AddressFamily |
[required] The IP address type. Valid Values: |
ClientToken |
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency. Constraints: Up to 255 UTF-8 characters in length. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.