ec2_create_managed_prefix_list: Creates a managed prefix list

View source: R/ec2_operations.R

ec2_create_managed_prefix_listR Documentation

Creates a managed prefix list

Description

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.

Usage

ec2_create_managed_prefix_list(
  DryRun = NULL,
  PrefixListName,
  Entries = NULL,
  MaxEntries,
  TagSpecifications = NULL,
  AddressFamily,
  ClientToken = NULL
)

Arguments

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

PrefixListName

[required] A name for the prefix list.

Constraints: Up to 255 characters in length. The name cannot start with com.amazonaws.

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: IPv4 | IPv6

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.