Class CloudWatchOutputConfig

    • Method Detail

      • cloudWatchLogGroupName

        public final String cloudWatchLogGroupName()

        The name of the CloudWatch Logs log group where you want to send command output. If you don't specify a group name, Amazon Web Services Systems Manager automatically creates a log group for you. The log group uses the following naming format:

        aws/ssm/SystemsManagerDocumentName

        Returns:
        The name of the CloudWatch Logs log group where you want to send command output. If you don't specify a group name, Amazon Web Services Systems Manager automatically creates a log group for you. The log group uses the following naming format:

        aws/ssm/SystemsManagerDocumentName

      • cloudWatchOutputEnabled

        public final Boolean cloudWatchOutputEnabled()

        Enables Systems Manager to send command output to CloudWatch Logs.

        Returns:
        Enables Systems Manager to send command output to CloudWatch Logs.
      • 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)