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()
Specifies a list of filter rules that exclude specific data during your transfer.
|
java.lang.Object |
getIncludes()
Specifies a list of filter rules that include specific data during your transfer.
|
java.lang.String |
getName()
The name of a task.
|
java.lang.Object |
getOptions()
Specifies the configuration options for a task.
|
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()
Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task.
|
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
For more information and examples, see Filtering data transferred by DataSync .
getExcludes
in interface CfnTaskProps
public final java.lang.Object getIncludes()
CfnTaskProps
For more information and examples, see Filtering data transferred by DataSync .
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 also override these options before starting an individual run of a task (also known as a task execution ). For more information, see StartTaskExecution .
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
Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
getTags
in interface CfnTaskProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()