Readonly
accounts(DEPRECATED) An array of friendly names for the accounts the prefix list is deployed.
NOTE: This property is deprecated as of v1.4.0. It is recommended to use deploymentTargets
instead.
This is the logical name
property of the account as defined in accounts-config.yaml.
Readonly
addressThe IP address family of the prefix list.
Readonly
deploymentPrefix List deployment targets
Targets can be account names and/or organizational units. Prefix lists must be deployed to account(s)/OU(s) of any VPC subnet route tables, Transit Gateway route tables, or VPC security groups that will consume them.
Readonly
entriesAn array of CIDR entries for the prefix list.
The number of entries must be less than or equal to the maxEntries
value.
Use CIDR notation, i.e. 10.0.0.0/16
Readonly
maxThe maximum allowed entries in the prefix list.
Readonly
nameA friendly name for the prefix list.
CAUTION: Changing this value will cause the prefix list to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
Readonly
regions(DEPRECATED) An array of region names for the prefix list to be deployed.
NOTE: This property is deprecated as of v1.4.0. It is recommended to use deploymentTargets
instead.
Readonly
tags(OPTIONAL) An array of tag objects for the prefix list.
Generated using TypeDoc
NetworkConfig / PrefixListConfig
Customer-managed prefix list configuration. Use this configuration to define custom prefix lists for your environment. A managed prefix list is a set of one or more CIDR blocks. You can use prefix lists to make it easier to configure and maintain your security groups and route tables.
The following example creates a prefix list named
accelerator-pl
that may contain up to 10 entries. The prefix list is deployed to all accounts in the organization.Example
CURRENT SYNTAX: use the following syntax when defining prefix lists for v1.4.0 and newer. The additional example underneath is provided for backward compatibility.
THE BELOW EXAMPLE SYNTAX IS DEPRECATED: use the above syntax when defining new prefix lists.