@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.550Z") @Stability(value=Stable) public class CfnFlow extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.htmlsoftware.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| 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 |
|---|---|
|
CfnFlow(Construct scope,
String id,
CfnFlowProps props)
Create a new `AWS::AppFlow::Flow`.
|
protected |
CfnFlow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFlow(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrFlowArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::AppFlow::Flow.Description`.
|
Object |
getDestinationFlowConfigList()
`AWS::AppFlow::Flow.DestinationFlowConfigList`.
|
String |
getFlowName()
`AWS::AppFlow::Flow.FlowName`.
|
String |
getKmsArn()
`AWS::AppFlow::Flow.KMSArn`.
|
Object |
getSourceFlowConfig()
`AWS::AppFlow::Flow.SourceFlowConfig`.
|
TagManager |
getTags()
`AWS::AppFlow::Flow.Tags`.
|
Object |
getTasks()
`AWS::AppFlow::Flow.Tasks`.
|
Object |
getTriggerConfig()
`AWS::AppFlow::Flow.TriggerConfig`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::AppFlow::Flow.Description`.
|
void |
setDestinationFlowConfigList(IResolvable value)
`AWS::AppFlow::Flow.DestinationFlowConfigList`.
|
void |
setDestinationFlowConfigList(List<Object> value)
`AWS::AppFlow::Flow.DestinationFlowConfigList`.
|
void |
setFlowName(String value)
`AWS::AppFlow::Flow.FlowName`.
|
void |
setKmsArn(String value)
`AWS::AppFlow::Flow.KMSArn`.
|
void |
setSourceFlowConfig(CfnFlow.SourceFlowConfigProperty value)
`AWS::AppFlow::Flow.SourceFlowConfig`.
|
void |
setSourceFlowConfig(IResolvable value)
`AWS::AppFlow::Flow.SourceFlowConfig`.
|
void |
setTasks(IResolvable value)
`AWS::AppFlow::Flow.Tasks`.
|
void |
setTasks(List<Object> value)
`AWS::AppFlow::Flow.Tasks`.
|
void |
setTriggerConfig(CfnFlow.TriggerConfigProperty value)
`AWS::AppFlow::Flow.TriggerConfig`.
|
void |
setTriggerConfig(IResolvable value)
`AWS::AppFlow::Flow.TriggerConfig`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFlow(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFlow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFlow(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnFlowProps 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=Experimental)
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 String getAttrFlowArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-tags@Stability(value=Stable) @NotNull public Object getDestinationFlowConfigList()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-destinationflowconfiglist@Stability(value=Stable)
public void setDestinationFlowConfigList(@NotNull
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-destinationflowconfiglist@Stability(value=Stable)
public void setDestinationFlowConfigList(@NotNull
List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-destinationflowconfiglist@Stability(value=Stable) @NotNull public String getFlowName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-flowname@Stability(value=Stable)
public void setFlowName(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-flowname@Stability(value=Stable) @NotNull public Object getSourceFlowConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-sourceflowconfig@Stability(value=Stable)
public void setSourceFlowConfig(@NotNull
CfnFlow.SourceFlowConfigProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-sourceflowconfig@Stability(value=Stable)
public void setSourceFlowConfig(@NotNull
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-sourceflowconfig@Stability(value=Stable) @NotNull public Object getTasks()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-tasks@Stability(value=Stable)
public void setTasks(@NotNull
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-tasks@Stability(value=Stable)
public void setTasks(@NotNull
List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-tasks@Stability(value=Stable) @NotNull public Object getTriggerConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-triggerconfig@Stability(value=Stable)
public void setTriggerConfig(@NotNull
CfnFlow.TriggerConfigProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-triggerconfig@Stability(value=Stable)
public void setTriggerConfig(@NotNull
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-triggerconfig@Stability(value=Stable) @Nullable public String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-description@Stability(value=Stable)
public void setDescription(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-description@Stability(value=Stable) @Nullable public String getKmsArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-kmsarn@Stability(value=Stable)
public void setKmsArn(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-kmsarnCopyright © 2020. All rights reserved.