Class: Aws::EC2::Types::CreateManagedPrefixListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateManagedPrefixListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_family ⇒ String
The IP address type.
-
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#entries ⇒ Array<Types::AddPrefixListEntry>
One or more entries for the prefix list.
-
#max_entries ⇒ Integer
The maximum number of entries for the prefix list.
-
#prefix_list_name ⇒ String
A name for the prefix list.
-
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the prefix list during creation.
Instance Attribute Details
#address_family ⇒ String
The IP address type.
Valid Values: ‘IPv4` | `IPv6`
10278 10279 10280 10281 10282 10283 10284 10285 10286 10287 10288 |
# File 'lib/aws-sdk-ec2/types.rb', line 10278 class CreateManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_name, :entries, :max_entries, :tag_specifications, :address_family, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
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.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
[1]: docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
10278 10279 10280 10281 10282 10283 10284 10285 10286 10287 10288 |
# File 'lib/aws-sdk-ec2/types.rb', line 10278 class CreateManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_name, :entries, :max_entries, :tag_specifications, :address_family, :client_token) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
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`.
10278 10279 10280 10281 10282 10283 10284 10285 10286 10287 10288 |
# File 'lib/aws-sdk-ec2/types.rb', line 10278 class CreateManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_name, :entries, :max_entries, :tag_specifications, :address_family, :client_token) SENSITIVE = [] include Aws::Structure end |
#entries ⇒ Array<Types::AddPrefixListEntry>
One or more entries for the prefix list.
10278 10279 10280 10281 10282 10283 10284 10285 10286 10287 10288 |
# File 'lib/aws-sdk-ec2/types.rb', line 10278 class CreateManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_name, :entries, :max_entries, :tag_specifications, :address_family, :client_token) SENSITIVE = [] include Aws::Structure end |
#max_entries ⇒ Integer
The maximum number of entries for the prefix list.
10278 10279 10280 10281 10282 10283 10284 10285 10286 10287 10288 |
# File 'lib/aws-sdk-ec2/types.rb', line 10278 class CreateManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_name, :entries, :max_entries, :tag_specifications, :address_family, :client_token) SENSITIVE = [] include Aws::Structure end |
#prefix_list_name ⇒ String
A name for the prefix list.
Constraints: Up to 255 characters in length. The name cannot start with ‘com.amazonaws`.
10278 10279 10280 10281 10282 10283 10284 10285 10286 10287 10288 |
# File 'lib/aws-sdk-ec2/types.rb', line 10278 class CreateManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_name, :entries, :max_entries, :tag_specifications, :address_family, :client_token) SENSITIVE = [] include Aws::Structure end |
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the prefix list during creation.
10278 10279 10280 10281 10282 10283 10284 10285 10286 10287 10288 |
# File 'lib/aws-sdk-ec2/types.rb', line 10278 class CreateManagedPrefixListRequest < Struct.new( :dry_run, :prefix_list_name, :entries, :max_entries, :tag_specifications, :address_family, :client_token) SENSITIVE = [] include Aws::Structure end |