aws.rolesanywhere.list_profiles
Example SQL Queries
SELECT * FROMaws.rolesanywhere.list_profiles;Description
Lists all profiles in the authenticated account and Amazon Web Services Region.
Required permissions: rolesanywhere:ListProfiles.
Table Definition
| Column Name | Column Data Type |
|---|---|
| page_size Input Column The number of resources in the paginated list. | BIGINT |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| accept_role_session_name Used to determine if a custom role session name will be accepted in a temporary credential request. | BOOLEAN |
| attribute_mappings A mapping applied to the authenticating end-entity certificate. | STRUCT( |
Show child fields
| |
| created_at The ISO-8601 timestamp when the profile was created. | TIMESTAMP_S |
| created_by The Amazon Web Services account that created the profile. | VARCHAR |
| duration_seconds Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details. In requests, if this value is not provided, the default value will be 3600. | BIGINT |
| enabled Indicates whether the profile is enabled. | BOOLEAN |
| managed_policy_arns A list of managed policy ARNs that apply to the vended session credentials. | VARCHAR[] |
Show child fields
| |
| name The name of the profile. | VARCHAR |
| profile_arn The ARN of the profile. | VARCHAR |
| profile_id The unique identifier of the profile. | VARCHAR |
| require_instance_properties Specifies whether instance properties are required in temporary credential requests with this profile. | BOOLEAN |
| role_arns A list of IAM roles that this profile can assume in a temporary credential request. | VARCHAR[] |
Show child fields
| |
| session_policy A session policy that applies to the trust boundary of the vended session credentials. | VARCHAR |
| updated_at The ISO-8601 timestamp when the profile was last updated. | TIMESTAMP_S |