This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::ApprovalPolicy
The AWS::QuickSight::ApprovalPolicy resource Property description not available. for QuickSight.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::QuickSight::ApprovalPolicy", "Properties" : { "Actions" :[ , ... ], "ApplicableTo" :ApplicableTo, "ApprovalGroups" :[ String, ... ], "AssetTypes" :[ , ... ], "Description" :String, "Name" :String, "PolicyId" :String} }
YAML
Type: AWS::QuickSight::ApprovalPolicy Properties: Actions:-ApplicableTo:ApplicableToApprovalGroups:- StringAssetTypes:-Description:StringName:StringPolicyId:String
Properties
Actions-
The list of governed actions that trigger the approval workflow.
Required: Yes
Type: Array
Minimum:
1Maximum:
10Update requires: No interruption
ApplicableTo-
The scoping configuration that determines who the approval policy applies to.
Required: Yes
Type: ApplicableTo
Update requires: No interruption
ApprovalGroups-
The list of group ARNs whose members can approve requests.
Required: Yes
Type: Array of String
Minimum:
1Update requires: No interruption
AssetTypes-
The list of asset types that the approval policy applies to.
Required: Yes
Type: Array
Minimum:
1Update requires: No interruption
Description-
A description of the approval policy.
Required: No
Type: String
Minimum:
0Maximum:
1024Update requires: No interruption
Name-
The name of the approval policy.
Required: Yes
Type: String
Minimum:
1Maximum:
256Update requires: No interruption
PolicyId-
The unique identifier of the approval policy.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9\-_]+$Minimum:
1Maximum:
64Update requires: Replacement
Return values
Ref
Fn::GetAtt
CreatedAt-
The date and time that the approval policy was created.
PolicyArn-
The Amazon Resource Name (ARN) of the approval policy.
UpdatedAt-
The date and time that the approval policy was last updated.