AWS::QuickSight::FlowDefinition of AWS::QuickSight::Flow Resource Type
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AwsAccountId | string | RequiredCreate-only |
FlowDefinition | Any | Required |
Name | string | Required |
Description | string | |
Permissions | Array<Permission> | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedTime | string | - |
FlowId | string | - |
LastUpdatedTime | string | - |
PublishState | string | - |
StepAliases | Array<StepAliasMapping> | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
quicksight:CreateFlowquicksight:DescribeFlowquicksight:DescribeFlowquicksight:GetFlowPermissionsquicksight:UpdateFlowquicksight:UpdateFlowPermissionsquicksight:DescribeFlowquicksight:DescribeFlowquicksight:DeleteFlowquicksight:ListFlowsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AwsAccountId