state property

String? state
getter/setter pair

The state of the VPC Flow Log configuration.

Default value is ENABLED. When creating a new configuration, it must be enabled.

Optional. Possible string values are:

  • "STATE_UNSPECIFIED" : If not specified, will default to ENABLED.
  • "ENABLED" : When ENABLED, this configuration will generate logs.
  • "DISABLED" : When DISABLED, this configuration will not generate logs.

Implementation

core.String? state;