public static final class CfnTaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTaskProps
CfnTaskProps
CfnTaskProps.Builder, CfnTaskProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getCloudWatchLogGroupArn()
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task.
|
java.lang.String |
getDestinationLocationArn()
The Amazon Resource Name (ARN) of an AWS storage resource's location.
|
java.lang.Object |
getExcludes()
A list of filter rules that determines which files to exclude from a task.
|
java.lang.Object |
getIncludes()
A list of filter rules that determines which files to include when running a task.
|
java.lang.String |
getName()
The name of a task.
|
java.lang.Object |
getOptions()
The set of configuration options that control the behavior of a single execution of the task that occurs when you call `StartTaskExecution` .
|
java.lang.Object |
getSchedule()
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
java.lang.String |
getSourceLocationArn()
The Amazon Resource Name (ARN) of the source location for the task.
|
java.util.List<CfnTag> |
getTags()
The key-value pair that represents the tag that you want to add to the resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDestinationLocationArn()
CfnTaskProps
getDestinationLocationArn
in interface CfnTaskProps
public final java.lang.String getSourceLocationArn()
CfnTaskProps
getSourceLocationArn
in interface CfnTaskProps
public final java.lang.String getCloudWatchLogGroupArn()
CfnTaskProps
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 .
getCloudWatchLogGroupArn
in interface CfnTaskProps
public final java.lang.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 CfnTaskProps
public final java.lang.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 CfnTaskProps
public final java.lang.String getName()
CfnTaskProps
This value is a text reference that is used to identify the task in the console.
getName
in interface CfnTaskProps
public final java.lang.Object getOptions()
CfnTaskProps
You 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 CfnTaskProps
public final java.lang.Object getSchedule()
CfnTaskProps
The schedule should be specified in UTC time. For more information, see Scheduling your task .
getSchedule
in interface CfnTaskProps
public final java.util.List<CfnTag> getTags()
CfnTaskProps
The value can be an empty string.
getTags
in interface CfnTaskProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()