Blueprint builder implements a builder pattern that improves readability (no bloated constructors) and allows creating a blueprint in an abstract state that can be applied to various instantiations in accounts and regions.

Hierarchy (view full)

Constructors

Properties

env: {
    account?: string;
    region?: string;
}
props: Partial<EksBlueprintProps>

Methods

  • Adding ipFamily method to support IPv6 clusters. By default, it uses IPv4 as the value.

    Parameters

    • ipFamily: IpFamily = eks.IpFamily.IP_V4

    Returns this