View a markdown version of this page

AWS::QuickSight::Flow - AWS CloudFormation

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: String Description: String FlowDefinition: Name: String Permissions: - Permission

Properties

AwsAccountId

Property description not available.

Required: Yes

Type: String

Pattern: ^[0-9]{12}$

Minimum: 12

Maximum: 12

Update requires: Replacement

Description

The description of the flow.

Required: No

Type: String

Pattern: ^(?!\s+$)[^{}"\\<>]*$

Minimum: 0

Maximum: 1024

Update 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: 1

Maximum: 128

Update requires: No interruption

Permissions

Property 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, or PENDING_APPROVAL.

StepAliases

A list of step alias mappings for the flow.