Interface CloudWatchLogOptionsSpecification.Builder

  • Method Details

    • logEnabled

      Enable or disable VPN tunnel logging feature. Default value is False.

      Valid values: True | False

      Parameters:
      logEnabled - Enable or disable VPN tunnel logging feature. Default value is False.

      Valid values: True | False

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logGroupArn

      The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.

      Parameters:
      logGroupArn - The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logOutputFormat

      CloudWatchLogOptionsSpecification.Builder logOutputFormat(String logOutputFormat)

      Set log format. Default format is json.

      Valid values: json | text

      Parameters:
      logOutputFormat - Set log format. Default format is json.

      Valid values: json | text

      Returns:
      Returns a reference to this object so that method calls can be chained together.