Summary
- Added Private Network Egress mode for AWS clusters. When enabled, this mode disables public Internet connectivity from the cluster’s Deployments and metrics exports. Cluster create, update, and read schemas gain an
isPrivateNetworkEgressEnabledfield. - Added a
descriptionfield to environment objects. Environment object create, update, and read schemas now accept and return an optional description of up to 500 characters.
Added
- Properties
isPrivateNetworkEgressEnabled(boolean, AWS clusters only): added toCluster,CreateAwsClusterRequest, andUpdateDedicatedClusterRequest. When true, disables public Internet connectivity from the cluster’s Deployments and metrics exports.description(string): added toCreateEnvironmentObjectRequestandUpdateEnvironmentObjectRequest(maximum 500 characters), and toEnvironmentObject.