composerNetworkAttachment property

String? composerNetworkAttachment
getter/setter pair

Network Attachment that Cloud Composer environment is connected to, which provides connectivity with a user's VPC network.

Takes precedence over network and subnetwork settings. If not provided, but network and subnetwork are defined during environment, it will be provisioned. If not provided and network and subnetwork are also empty, then connectivity to user's VPC network is disabled. Network attachment must be provided in format projects/{project}/regions/{region}/networkAttachments/{networkAttachment}. This field is supported for Cloud Composer environments in versions composer-3..-airflow-..* and newer.

Optional.

Implementation

core.String? composerNetworkAttachment;