@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-07-20T10:46:26.677Z") @Stability(value=Stable) public class CfnFlowTemplate extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFlowTemplate.Builder
A fluent builder for
CfnFlowTemplate. |
static interface |
CfnFlowTemplate.DefinitionDocumentProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.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 |
|---|---|
|
CfnFlowTemplate(Construct scope,
String id,
CfnFlowTemplateProps props)
Create a new `AWS::IoTThingsGraph::FlowTemplate`.
|
protected |
CfnFlowTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFlowTemplate(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowTemplate |
fromCloudFormation(Construct scope,
String id,
Object resourceAttributes,
FromCloudFormationOptions options)
A factory method that creates a new instance of this class from an object containing the CloudFormation properties of this resource.
|
protected Map<String,Object> |
getCfnProperties() |
Number |
getCompatibleNamespaceVersion()
`AWS::IoTThingsGraph::FlowTemplate.CompatibleNamespaceVersion`.
|
Object |
getDefinition()
`AWS::IoTThingsGraph::FlowTemplate.Definition`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCompatibleNamespaceVersion(Number value)
`AWS::IoTThingsGraph::FlowTemplate.CompatibleNamespaceVersion`.
|
void |
setDefinition(CfnFlowTemplate.DefinitionDocumentProperty value)
`AWS::IoTThingsGraph::FlowTemplate.Definition`.
|
void |
setDefinition(IResolvable value)
`AWS::IoTThingsGraph::FlowTemplate.Definition`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFlowTemplate(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFlowTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFlowTemplate(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnFlowTemplateProps 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) @NotNull public static CfnFlowTemplate fromCloudFormation(@NotNull Construct scope, @NotNull String id, @NotNull Object resourceAttributes, @NotNull FromCloudFormationOptions options)
Used in the @aws-cdk/cloudformation-include module.
EXPERIMENTAL
scope - This parameter is required.id - This parameter is required.resourceAttributes - This parameter is required.options - This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
EXPERIMENTAL
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 protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getDefinition()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-definition@Stability(value=Stable)
public void setDefinition(@NotNull
CfnFlowTemplate.DefinitionDocumentProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-definition@Stability(value=Stable)
public void setDefinition(@NotNull
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-definition@Stability(value=Stable) @Nullable public Number getCompatibleNamespaceVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-compatiblenamespaceversion@Stability(value=Stable)
public void setCompatibleNamespaceVersion(@Nullable
Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-compatiblenamespaceversionCopyright © 2020. All rights reserved.