NetworkConfig / CentralNetworkServicesConfig

Central network services configuration. Used to define centralized networking services for the accelerator.

Example

centralNetworkServices:
delegatedAdminAccount: Network
gatewayLoadBalancers: []
ipams: []
networkFirewall:
firewalls: []
policies: []
rules: []
route53Resolver:
endpoints: []
firewallRuleGroups: []
queryLogs:
name: accelerator-query-logs
destinations:
- cloud-watch-logs
- s3
shareTargets:
organizationalUnits:
- Root

Hierarchy

  • CentralNetworkServicesConfig

Implements

Constructors

Properties

delegatedAdminAccount: string = ''

The friendly name of the delegated administrator account for network services.

gatewayLoadBalancers: undefined | GwlbConfig[] = undefined

An array of Gateway Load Balancer configurations.

See

GwlbConfig

ipams: undefined | IpamConfig[] = undefined

An array of IPAM configurations.

See

IpamConfig

networkFirewall: undefined | NfwConfig = undefined

A Network Firewall configuration.

See

NfwConfig

route53Resolver: undefined | ResolverConfig = undefined

A Route 53 resolver configuration.

See

ResolverConfig

Generated using TypeDoc