--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_prefix_list Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema of AWS::EC2::PrefixList Type --- # awscc_ec2_prefix_list (Resource) Resource schema of AWS::EC2::PrefixList Type ## Schema ### Required - `address_family` (String) Ip Version of Prefix List. - `max_entries` (Number) Max Entries of Prefix List. - `prefix_list_name` (String) Name of Prefix List. ### Optional - `entries` (Attributes List) Entries of Prefix List. (see [below for nested schema](#nestedatt--entries)) - `tags` (Attributes List) Tags for Prefix List (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) The Amazon Resource Name (ARN) of the Prefix List. - `id` (String) Uniquely identifies the resource. - `owner_id` (String) Owner Id of Prefix List. - `prefix_list_id` (String) Id of Prefix List. - `version` (Number) Version of Prefix List. ### Nested Schema for `entries` Optional: - `cidr` (String) - `description` (String) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_prefix_list.example ```