Class CfnSyncJobProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnSyncJobProps.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 SyncJob IAM role.
    final String
    The sync source.
    Metadata you can use to manage the SyncJob.
    final String
    The ID of the workspace that contains the sync job.
    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(CfnSyncJobProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnSyncJobProps.Builder.
  • Method Details

    • getSyncRole

      public final String getSyncRole()
      Description copied from interface: CfnSyncJobProps
      The SyncJob IAM role.

      This IAM role is used by the sync job to read from the syncSource, and create, update or delete the corresponding resources.

      Specified by:
      getSyncRole in interface CfnSyncJobProps
    • getSyncSource

      public final String getSyncSource()
      Description copied from interface: CfnSyncJobProps
      The sync source.

      Currently the only supported syncSoucre is SITEWISE .

      Specified by:
      getSyncSource in interface CfnSyncJobProps
    • getWorkspaceId

      public final String getWorkspaceId()
      Description copied from interface: CfnSyncJobProps
      The ID of the workspace that contains the sync job.
      Specified by:
      getWorkspaceId in interface CfnSyncJobProps
    • getTags

      public final Map<String,String> getTags()
      Description copied from interface: CfnSyncJobProps
      Metadata you can use to manage the SyncJob.
      Specified by:
      getTags in interface CfnSyncJobProps
    • $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