---
title: Rolesanywhere Profile
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Rolesanywhere Profile
---

# Rolesanywhere Profile

This table represents the rolesanywhere_profile resource from Amazon Web Services.

```
aws.rolesanywhere_profile
```

## Fields

| Title                       | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                     | Description |
| --------------------------- | ---- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                        | core | string        |
| accept_role_session_name    | core | bool          | Used to determine if a custom role session name will be accepted in a temporary credential request.                                                                                                                                                                                                                                                                                           |
| account_id                  | core | string        |
| attribute_mappings          | core | json          | A mapping applied to the authenticating end-entity certificate.                                                                                                                                                                                                                                                                                                                               |
| created_at                  | core | timestamp     | The ISO-8601 timestamp when the profile was created.                                                                                                                                                                                                                                                                                                                                          |
| created_by                  | core | string        | The Amazon Web Services account that created the profile.                                                                                                                                                                                                                                                                                                                                     |
| duration_seconds            | core | int64         | Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a> page for more details. In requests, if this value is not provided, the default value will be 3600. |
| enabled                     | core | bool          | Indicates whether the profile is enabled.                                                                                                                                                                                                                                                                                                                                                     |
| managed_policy_arns         | core | array<string> | A list of managed policy ARNs that apply to the vended session credentials.                                                                                                                                                                                                                                                                                                                   |
| name                        | core | string        | The name of the profile.                                                                                                                                                                                                                                                                                                                                                                      |
| profile_arn                 | core | string        | The ARN of the profile.                                                                                                                                                                                                                                                                                                                                                                       |
| profile_id                  | core | string        | The unique identifier of the profile.                                                                                                                                                                                                                                                                                                                                                         |
| require_instance_properties | core | bool          | Specifies whether instance properties are required in temporary credential requests with this profile.                                                                                                                                                                                                                                                                                        |
| role_arns                   | core | array<string> | A list of IAM roles that this profile can assume in a temporary credential request.                                                                                                                                                                                                                                                                                                           |
| session_policy              | core | string        | A session policy that applies to the trust boundary of the vended session credentials.                                                                                                                                                                                                                                                                                                        |
| tags                        | core | hstore_csv    |
| updated_at                  | core | timestamp     | The ISO-8601 timestamp when the profile was last updated.                                                                                                                                                                                                                                                                                                                                     |
