This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Flow
The AWS::QuickSight::Flow resource Property description not available. for QuickSight.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::QuickSight::Flow", "Properties" : { "AwsAccountId" :String, "Description" :String, "FlowDefinition" :, "Name" :String, "Permissions" :[ Permission, ... ]} }
YAML
Type: AWS::QuickSight::Flow Properties: AwsAccountId:StringDescription:StringFlowDefinition:Name:StringPermissions:- Permission
Properties
AwsAccountIdProperty description not available.
Required: Yes
Type: String
Pattern:
^[0-9]{12}$Minimum:
12Maximum:
12Update requires: Replacement
Description-
The description of the flow.
Required: No
Type: String
Pattern:
^(?!\s+$)[^{}"\\<>]*$Minimum:
0Maximum:
1024Update requires: No interruption
FlowDefinition-
The definition of the flow, specifying the steps and configurations. This is the flow definition in Quick Flow's internal format. The format is subject to change.
Required: Yes
Type:
Update requires: No interruption
Name-
The display name of the flow.
Required: Yes
Type: String
Pattern:
^(?!\s+$)[^{}"\\<>]*$Minimum:
1Maximum:
128Update requires: No interruption
PermissionsProperty description not available.
Required: No
Type: Array of Permission
Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn-
The Amazon Resource Name (ARN) of the flow.
CreatedTime-
The time this flow was created.
FlowId-
The unique identifier of the flow.
LastUpdatedTime-
The last time this flow was modified.
PublishState-
The publish state of the flow. Valid values are
DRAFT,PUBLISHED, orPENDING_APPROVAL. StepAliases-
A list of step alias mappings for the flow.