Readonly
accountThe friendly name of the account in which the VPC subnet resides.
This is the account
property of the VPC as defined in network-config.yaml.
If referencing a VPC template, use the logical name
property of an account
the template targets in its deploymentTargets
property.
Readonly
subnetsAn array of the friendly names of subnets to reference.
This is the logical name
property of the subnet as defined in network-config.yaml.
Each subnet must exist in the source VPC targeted in the vpc
property. A security group rule will be created
for each referenced subnet in this array.
Readonly
vpcThe friendly name of the VPC in which the subnet resides.
This is the logical name
property of the VPC or VPC template as defined in network-config.yaml.
Generated using TypeDoc
NetworkConfig / VpcConfig | VpcTemplatesConfig / SecurityGroupConfig / SecurityGroupRuleConfig / SubnetSourceConfig
VPC subnet security group source configuration. Use this configuration to dynamically reference subnet CIDRs in a security group rule.
Example