# Create Managed Policy

> `UiPath.AmazonWebServices.Activities.CreateManagedPolicy`

`UiPath.AmazonWebServices.Activities.CreateManagedPolicy`

## Description

Creates a new managed policy for the current AWS account.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Input

* **Name** - The name of the managed policy to create. The name must be unique within the AWS account.
* **Document** - The managed policy document.
* **Description** - The description of the policy.
* **Path** - The path to the policy. If not set, it defaults to a slash (`/`).
* **Tags** - The tags to associate with the managed policy. It contains two columns of type `String`, the first one representing the key, and the second its value.

### Output

* **ManagedPolicy** - The information about the newly created managed policy.
