Class Monitoring.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.Monitoring.Jsii$Proxy
All Implemented Interfaces:
Monitoring, software.amazon.jsii.JsiiSerializable
Enclosing interface:
Monitoring

@Stability(Stable) @Internal public static final class Monitoring.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Monitoring
An implementation for Monitoring
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.Monitoring

    Monitoring.Builder, Monitoring.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the Monitoring.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final IBucket
    Amazon S3 Bucket for monitoring log publishing.
    final Boolean
    Enable logging for this job.
    final ILogGroup
    A log group for CloudWatch monitoring.
    final String
    A log stream name prefix for Cloudwatch monitoring.
    final Boolean
    Monitoring configurations for the persistent application UI.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(Monitoring.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Monitoring.Builder.
  • Method Details

    • getLogBucket

      public final IBucket getLogBucket()
      Description copied from interface: Monitoring
      Amazon S3 Bucket for monitoring log publishing.

      You can configure your jobs to send log information to Amazon S3.

      Default: - if `logging` is manually set to `true` and a `logBucket` is not provided, a `logBucket` will be automatically generated`.

      Specified by:
      getLogBucket in interface Monitoring
    • getLogging

      public final Boolean getLogging()
      Description copied from interface: Monitoring
      Enable logging for this job.

      If set to true, will automatically create a Cloudwatch Log Group and S3 bucket. This will be set to true implicitly if values are provided for logGroup or logBucket.

      Default: true - true if values are provided for `logGroup` or `logBucket`, false otherwise

      Specified by:
      getLogging in interface Monitoring
    • getLogGroup

      public final ILogGroup getLogGroup()
      Description copied from interface: Monitoring
      A log group for CloudWatch monitoring.

      You can configure your jobs to send log information to CloudWatch Logs.

      Default: - if `logging` is manually set to `true` and a `logGroup` is not provided, a `logGroup` will be automatically generated`.

      Specified by:
      getLogGroup in interface Monitoring
    • getLogStreamNamePrefix

      public final String getLogStreamNamePrefix()
      Description copied from interface: Monitoring
      A log stream name prefix for Cloudwatch monitoring.

      Default: - Log streams created in this log group have no default prefix

      Specified by:
      getLogStreamNamePrefix in interface Monitoring
    • getPersistentAppUI

      public final Boolean getPersistentAppUI()
      Description copied from interface: Monitoring
      Monitoring configurations for the persistent application UI.

      Default: true

      Specified by:
      getPersistentAppUI in interface Monitoring
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

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

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