@Stability(value=Stable) @Internal public static final class CfnTaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTaskProps
CfnTaskPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnTaskProps.Builder, CfnTaskProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTaskProps.Builder builder)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getCloudWatchLogGroupArn()
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task.
|
String |
getDestinationLocationArn()
The Amazon Resource Name (ARN) of an AWS storage resource's location.
|
Object |
getExcludes()
A list of filter rules that determines which files to exclude from a task.
|
Object |
getIncludes()
A list of filter rules that determines which files to include when running a task.
|
String |
getName()
The name of a task.
|
Object |
getOptions()
The set of configuration options that control the behavior of a single execution of the task that occurs when you call `StartTaskExecution` .
|
Object |
getSchedule()
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
String |
getSourceLocationArn()
The Amazon Resource Name (ARN) of the source location for the task.
|
List<CfnTag> |
getTags()
The key-value pair that represents the tag that you want to add to the resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTaskProps.Builder builder)
CfnTaskProps.Builder.public final String getDestinationLocationArn()
CfnTaskPropsgetDestinationLocationArn in interface CfnTaskPropspublic final String getSourceLocationArn()
CfnTaskPropsgetSourceLocationArn in interface CfnTaskPropspublic final String getCloudWatchLogGroupArn()
CfnTaskPropsFor 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 .
getCloudWatchLogGroupArn in interface CfnTaskPropspublic final Object getExcludes()
CfnTaskProps
The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2" .
getExcludes in interface CfnTaskPropspublic final Object getIncludes()
CfnTaskProps
The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2" .
getIncludes in interface CfnTaskPropspublic final String getName()
CfnTaskPropsThis value is a text reference that is used to identify the task in the console.
getName in interface CfnTaskPropspublic final Object getOptions()
CfnTaskPropsYou can configure these options to preserve metadata such as user ID (UID) and group ID (GID), file permissions, data integrity verification, and so on.
For each individual task execution, you can override these options by specifying the OverrideOptions before starting the task execution. For more information, see the StartTaskExecution operation.
getOptions in interface CfnTaskPropspublic final Object getSchedule()
CfnTaskPropsThe schedule should be specified in UTC time. For more information, see Scheduling your task .
getSchedule in interface CfnTaskPropspublic final List<CfnTag> getTags()
CfnTaskPropsThe value can be an empty string.
getTags in interface CfnTaskProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.