Class CfnTaskProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTaskProps
CfnTaskProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.datasync.CfnTaskProps
CfnTaskProps.Builder, CfnTaskProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTaskProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTaskProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task.final StringThe Amazon Resource Name (ARN) of an AWS storage resource's location.final ObjectSpecifies a list of filter rules that exclude specific data during your transfer.final ObjectSpecifies a list of filter rules that include specific data during your transfer.final StringgetName()The name of a task.final ObjectSpecifies the configuration options for a task.final ObjectSpecifies a schedule used to periodically transfer files from a source to a destination location.final StringThe Amazon Resource Name (ARN) of the source location for the task.getTags()Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnTaskProps.Builder.
-
-
Method Details
-
getDestinationLocationArn
Description copied from interface:CfnTaskPropsThe Amazon Resource Name (ARN) of an AWS storage resource's location.- Specified by:
getDestinationLocationArnin interfaceCfnTaskProps
-
getSourceLocationArn
Description copied from interface:CfnTaskPropsThe Amazon Resource Name (ARN) of the source location for the task.- Specified by:
getSourceLocationArnin interfaceCfnTaskProps
-
getCloudWatchLogGroupArn
Description copied from interface:CfnTaskPropsThe 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:
getCloudWatchLogGroupArnin interfaceCfnTaskProps
-
getExcludes
Description copied from interface:CfnTaskPropsSpecifies 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:
getExcludesin interfaceCfnTaskProps
-
getIncludes
Description copied from interface:CfnTaskPropsSpecifies 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:
getIncludesin interfaceCfnTaskProps
-
getName
Description copied from interface:CfnTaskPropsThe name of a task.This value is a text reference that is used to identify the task in the console.
- Specified by:
getNamein interfaceCfnTaskProps
-
getOptions
Description copied from interface:CfnTaskPropsSpecifies 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:
getOptionsin interfaceCfnTaskProps
-
getSchedule
Description copied from interface:CfnTaskPropsSpecifies 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:
getSchedulein interfaceCfnTaskProps
-
getTags
Description copied from interface:CfnTaskPropsSpecifies 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:
getTagsin interfaceCfnTaskProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-