

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](https://docs.aws.amazon.com/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 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.aws.amazon.com/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.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)