Constructor for MRDataplaneConfig.
The configuration object for the VPC.
Optional
ENABLE_Specify whether to disable creating VPC endpoints on the VPC.
Optional
IAM_Specify role to provide when creating CW flow logs.
Optional
MAX_Define the maximum number of AZs for the VPC.
Optional
TARGET_Specifies an optional list of subnet IDs to specifically target within the VPC.
Optional
VPC_Unique identifier to import/use an existing VPC instead of creating a new one.
The name to assign the creation of the VPC.
A base class for configuration objects.
This class provides a common implementation for initializing configuration objects from a provided configuration object. It uses the
Object.assign
method to copy properties from the provided configuration object to the instance, allowing for easy extension by specific configuration classes.Example