> For the complete documentation index, see [llms.txt](https://docs.ionos.com/puppet-v6/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/puppet-v6/types/user-management/s3_key.md).

# s3\_key

Type representing an s3 key

## Parameters:

| Name | Required | Description           |
| ---- | :------: | --------------------- |
| name |   true   | The id of the s3 key. |

## Properties:

| Name        | Required | Description                                           |
| ----------- | :------: | ----------------------------------------------------- |
| user\_id    |    No    | The ID of the user.                                   |
| user\_email |    No    | The email of the user.                                |
| secret\_key |    No    | The secret key.                                       |
| active      |    No    | The ID of the user. Valid values are `true`, `false`. |
| \*\*\*      |          |                                                       |

### Changeable properties:

No Changeable properties

## Examples

### To list resources:

```bash
puppet resource s3_key
```

> ***NOTE:*** If two resources have the same name only one of them will be shown.

### To create, update or delete a resource:

No example available
