enablePrivateBuildsOnly property

bool? enablePrivateBuildsOnly
getter/setter pair

If true, builds performed during operations that install Python packages have only private connectivity to Google services (including Artifact Registry) and VPC network (if either NodeConfig.network and NodeConfig.subnetwork fields or NodeConfig.composer_network_attachment field are specified).

If false, the builds also have access to the internet. This field is supported for Cloud Composer environments in versions composer-3..-airflow-..* and newer.

Optional.

Implementation

core.bool? enablePrivateBuildsOnly;