NetworkConfig / VpcConfig | VpcTemplatesConfig / SecurityGroupConfig / SecurityGroupRuleConfig / PrefixListSourceConfig

Prefix list security group source configuration. Use this configuration to define a custom prefix list as a source in a security group rule.

Example

- prefixLists:
- accelerator-pl

Hierarchy

  • PrefixListSourceConfig

Implements

Constructors

Properties

Constructors

Properties

prefixLists: string[] = []

An array of the friendly names of prefix lists to reference.

Remarks

This is the logical name property of the prefix list as defined in network-config.yaml.

The referenced prefix lists must be deployed to the account(s) the VPC or VPC template is deployed to. For VPCs using Resource Access Manager (RAM) shared subnets, the referenced prefix lists must also be deployed to those shared accounts.

See

PrefixListConfig

Generated using TypeDoc