auditLogsReplicationMode property

String? auditLogsReplicationMode
getter/setter pair

The selected mode of audit logs replication.

This field is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.

Optional. Possible string values are:

  • "AUDIT_LOGS_REPLICATION_MODE_UNSPECIFIED" : The user's choice of logs replication mode is unspecified.
  • "AUDIT_LOGS_REPLICATION_DISABLED" : The user opted out of audit logs replication.
  • "AUDIT_LOGS_REPLICATION_ENABLED" : The user opted in to audit logs replication.

Implementation

core.String? auditLogsReplicationMode;