

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Folder ResourcePermission
<a name="aws-properties-quicksight-folder-resourcepermission"></a>

<a name="aws-properties-quicksight-folder-resourcepermission-description"></a>The `ResourcePermission` property type specifies Property description not available. for an [AWS::QuickSight::Folder](aws-resource-quicksight-folder.md).

## Syntax
<a name="aws-properties-quicksight-folder-resourcepermission-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-folder-resourcepermission-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-folder-resourcepermission-actions)" : {{[ String, ... ]}},
  "[Principal](#cfn-quicksight-folder-resourcepermission-principal)" : {{String}}
}
```

### YAML
<a name="aws-properties-quicksight-folder-resourcepermission-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-folder-resourcepermission-actions): {{
    - String}}
  [Principal](#cfn-quicksight-folder-resourcepermission-principal): {{String}}
```

## Properties
<a name="aws-properties-quicksight-folder-resourcepermission-properties"></a>

`Actions`  <a name="cfn-quicksight-folder-resourcepermission-actions"></a>
Property description not available.  
*Required*: Yes  
*Type*: Array of String  
*Minimum*: `1`  
*Maximum*: `20`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Principal`  <a name="cfn-quicksight-folder-resourcepermission-principal"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^arn:.*`  
*Minimum*: `1`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)