Class CfnTaskProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnTaskProps.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 Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task.
    final String
    The Amazon Resource Name (ARN) of an AWS storage resource's location.
    final Object
    Specifies a list of filter rules that exclude specific data during your transfer.
    final Object
    Specifies a list of filter rules that include specific data during your transfer.
    final String
    The name of a task.
    final Object
    Specifies the configuration options for a task.
    final Object
    Specifies a schedule used to periodically transfer files from a source to a destination location.
    final String
    The Amazon Resource Name (ARN) of the source location for the task.
    final List<CfnTag>
    Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task.
    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(CfnTaskProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnTaskProps.Builder.
  • Method Details

    • getDestinationLocationArn

      public final String getDestinationLocationArn()
      Description copied from interface: CfnTaskProps
      The Amazon Resource Name (ARN) of an AWS storage resource's location.
      Specified by:
      getDestinationLocationArn in interface CfnTaskProps
    • getSourceLocationArn

      public final String getSourceLocationArn()
      Description copied from interface: CfnTaskProps
      The Amazon Resource Name (ARN) of the source location for the task.
      Specified by:
      getSourceLocationArn in interface CfnTaskProps
    • getCloudWatchLogGroupArn

      public final String getCloudWatchLogGroupArn()
      Description copied from interface: CfnTaskProps
      The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task.

      For more information about how to use CloudWatch Logs with DataSync, see Monitoring Your Task in the AWS DataSync User Guide.

      For more information about these groups, see Working with Log Groups and Log Streams in the Amazon CloudWatch Logs User Guide .

      Specified by:
      getCloudWatchLogGroupArn in interface CfnTaskProps
    • getExcludes

      public final Object getExcludes()
      Description copied from interface: CfnTaskProps
      Specifies a list of filter rules that exclude specific data during your transfer.

      For more information and examples, see Filtering data transferred by DataSync .

      Specified by:
      getExcludes in interface CfnTaskProps
    • getIncludes

      public final Object getIncludes()
      Description copied from interface: CfnTaskProps
      Specifies a list of filter rules that include specific data during your transfer.

      For more information and examples, see Filtering data transferred by DataSync .

      Specified by:
      getIncludes in interface CfnTaskProps
    • getName

      public final String getName()
      Description copied from interface: CfnTaskProps
      The name of a task.

      This value is a text reference that is used to identify the task in the console.

      Specified by:
      getName in interface CfnTaskProps
    • getOptions

      public final Object getOptions()
      Description copied from interface: CfnTaskProps
      Specifies the configuration options for a task. Some options include preserving file or object metadata and verifying data integrity.

      You can also override these options before starting an individual run of a task (also known as a task execution ). For more information, see StartTaskExecution .

      Specified by:
      getOptions in interface CfnTaskProps
    • getSchedule

      public final Object getSchedule()
      Description copied from interface: CfnTaskProps
      Specifies a schedule used to periodically transfer files from a source to a destination location.

      The schedule should be specified in UTC time. For more information, see Scheduling your task .

      Specified by:
      getSchedule in interface CfnTaskProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnTaskProps
      Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task.

      Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.

      Specified by:
      getTags in interface CfnTaskProps
    • $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