AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::Flow

QuickSight Flow

Definition of AWS::QuickSight::Flow Resource Type

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AwsAccountId
string
RequiredCreate-only
FlowDefinition
Any
Required
Name
string
Required
Description
string
Permissions
Array<Permission>
Write-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreatedTimestring-
FlowIdstring-
LastUpdatedTimestring-
PublishStatestring-
StepAliasesArray<StepAliasMapping>-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QuickSight::Flow

Resources:
  MyResource:
    Type: AWS::QuickSight::Flow
    Properties:
      AwsAccountId: "my-awsaccountid"
      Name: "my-name"
      FlowDefinition: "value"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

quicksight:CreateFlowquicksight:DescribeFlow

read

quicksight:DescribeFlowquicksight:GetFlowPermissions

update

quicksight:UpdateFlowquicksight:UpdateFlowPermissionsquicksight:DescribeFlow

delete

quicksight:DescribeFlowquicksight:DeleteFlow

list

quicksight:ListFlows

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceQuickSight
Properties11
Required3
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AwsAccountId

External Links