Class CloudWatchLogOptionsSpecification

    • Method Detail

      • logEnabled

        public final Boolean logEnabled()

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

        Valid values: True | False

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

        Valid values: True | False

      • logGroupArn

        public final String logGroupArn()

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

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

        public final String logOutputFormat()

        Set log format. Default format is json.

        Valid values: json | text

        Returns:
        Set log format. Default format is json.

        Valid values: json | text

      • bgpLogEnabled

        public final Boolean bgpLogEnabled()

        Specifies whether to enable BGP logging for the VPN connection. Default value is False.

        Valid values: True | False

        Returns:
        Specifies whether to enable BGP logging for the VPN connection. Default value is False.

        Valid values: True | False

      • bgpLogGroupArn

        public final String bgpLogGroupArn()

        The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.

        Returns:
        The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.
      • bgpLogOutputFormat

        public final String bgpLogOutputFormat()

        The desired output format for BGP logs to be sent to CloudWatch. Default format is json.

        Valid values: json | text

        Returns:
        The desired output format for BGP logs to be sent to CloudWatch. Default format is json.

        Valid values: json | text

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)