Class CfnWorkspaceProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnWorkspaceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWorkspaceProps
An implementation for CfnWorkspaceProps
  • 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.aps.CfnWorkspaceProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnWorkspaceProps.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 String
    The alert manager definition for the workspace, as a string.
    final String
    An alias that you assign to this workspace to help you identify it.
    final Object
    The LoggingConfiguration attribute is used to set the logging configuration for the workspace.
    final List<CfnTag>
    A list of tag keys and values to associate with the workspace.
    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(CfnWorkspaceProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnWorkspaceProps.Builder.
  • Method Details

    • getAlertManagerDefinition

      public final String getAlertManagerDefinition()
      Description copied from interface: CfnWorkspaceProps
      The alert manager definition for the workspace, as a string.

      For more information, see Alert manager and templating .

      Specified by:
      getAlertManagerDefinition in interface CfnWorkspaceProps
    • getAlias

      public final String getAlias()
      Description copied from interface: CfnWorkspaceProps
      An alias that you assign to this workspace to help you identify it.

      It does not need to be unique.

      The alias can be as many as 100 characters and can include any type of characters. Amazon Managed Service for Prometheus automatically strips any blank spaces from the beginning and end of the alias that you specify.

      Specified by:
      getAlias in interface CfnWorkspaceProps
    • getLoggingConfiguration

      public final Object getLoggingConfiguration()
      Description copied from interface: CfnWorkspaceProps
      The LoggingConfiguration attribute is used to set the logging configuration for the workspace.
      Specified by:
      getLoggingConfiguration in interface CfnWorkspaceProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnWorkspaceProps
      A list of tag keys and values to associate with the workspace.
      Specified by:
      getTags in interface CfnWorkspaceProps
    • $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