@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.846Z") @Stability(value=Stable) public class CfnTask extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnTask.Builder
A fluent builder for
CfnTask. |
static interface |
CfnTask.FilterRuleProperty |
static interface |
CfnTask.OptionsProperty |
static interface |
CfnTask.TaskScheduleProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnTask(software.constructs.Construct scope,
String id,
CfnTaskProps props)
Create a new `AWS::DataSync::Task`.
|
protected |
CfnTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnTask(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAttrDestinationNetworkInterfaceArns() |
String |
getAttrErrorCode() |
String |
getAttrErrorDetail() |
List<String> |
getAttrSourceNetworkInterfaceArns() |
String |
getAttrStatus() |
String |
getAttrTaskArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getCloudWatchLogGroupArn()
`AWS::DataSync::Task.CloudWatchLogGroupArn`.
|
String |
getDestinationLocationArn()
`AWS::DataSync::Task.DestinationLocationArn`.
|
Object |
getExcludes()
`AWS::DataSync::Task.Excludes`.
|
String |
getName()
`AWS::DataSync::Task.Name`.
|
Object |
getOptions()
`AWS::DataSync::Task.Options`.
|
Object |
getSchedule()
`AWS::DataSync::Task.Schedule`.
|
String |
getSourceLocationArn()
`AWS::DataSync::Task.SourceLocationArn`.
|
TagManager |
getTags()
`AWS::DataSync::Task.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCloudWatchLogGroupArn(String value)
`AWS::DataSync::Task.CloudWatchLogGroupArn`.
|
void |
setDestinationLocationArn(String value)
`AWS::DataSync::Task.DestinationLocationArn`.
|
void |
setExcludes(IResolvable value)
`AWS::DataSync::Task.Excludes`.
|
void |
setExcludes(List<Object> value)
`AWS::DataSync::Task.Excludes`.
|
void |
setName(String value)
`AWS::DataSync::Task.Name`.
|
void |
setOptions(CfnTask.OptionsProperty value)
`AWS::DataSync::Task.Options`.
|
void |
setOptions(IResolvable value)
`AWS::DataSync::Task.Options`.
|
void |
setSchedule(CfnTask.TaskScheduleProperty value)
`AWS::DataSync::Task.Schedule`.
|
void |
setSchedule(IResolvable value)
`AWS::DataSync::Task.Schedule`.
|
void |
setSourceLocationArn(String value)
`AWS::DataSync::Task.SourceLocationArn`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnTask(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnTask(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnTaskProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public List<String> getAttrDestinationNetworkInterfaceArns()
@Stability(value=Stable) @NotNull public String getAttrErrorCode()
@Stability(value=Stable) @NotNull public String getAttrErrorDetail()
@Stability(value=Stable) @NotNull public List<String> getAttrSourceNetworkInterfaceArns()
@Stability(value=Stable) @NotNull public String getAttrStatus()
@Stability(value=Stable) @NotNull public String getAttrTaskArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getDestinationLocationArn()
@Stability(value=Stable)
public void setDestinationLocationArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getSourceLocationArn()
@Stability(value=Stable)
public void setSourceLocationArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getCloudWatchLogGroupArn()
@Stability(value=Stable)
public void setCloudWatchLogGroupArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getExcludes()
@Stability(value=Stable)
public void setExcludes(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setExcludes(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getOptions()
@Stability(value=Stable)
public void setOptions(@Nullable
CfnTask.OptionsProperty value)
@Stability(value=Stable)
public void setOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getSchedule()
@Stability(value=Stable)
public void setSchedule(@Nullable
CfnTask.TaskScheduleProperty value)
@Stability(value=Stable)
public void setSchedule(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.