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 ObjectSpecifies how you want to configure a task report, which provides detailed information about your DataSync transfer.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- See Also:
-
getSourceLocationArn
Description copied from interface:CfnTaskPropsThe Amazon Resource Name (ARN) of the source location for the task.- Specified by:
getSourceLocationArnin interfaceCfnTaskProps- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
getTaskReportConfig
Description copied from interface:CfnTaskPropsSpecifies how you want to configure a task report, which provides detailed information about your DataSync transfer.For more information, see Monitoring your DataSync transfers with task reports .
When using this parameter, your caller identity (the role that you're using DataSync with) must have the
iam:PassRolepermission. The AWSDataSyncFullAccess policy includes this permission.- Specified by:
getTaskReportConfigin interfaceCfnTaskProps- See Also:
-
$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()
-