ProfileDetail
The state of the profile after a read or write operation.
Contents
- createdAt
-
The ISO-8601 timestamp when the profile was created.
Type: Timestamp
Required: No
- createdBy
-
The Amazon account that created the profile.
Type: String
Required: No
- durationSeconds
-
The number of seconds the vended session credentials are valid for.
Type: Integer
Required: No
- enabled
-
Indicates whether the profile is enabled.
Type: Boolean
Required: No
- managedPolicyArns
-
A list of managed policy ARNs that apply to the vended session credentials.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Length Constraints: Minimum length of 1. Maximum length of 200.
Required: No
- name
-
The name of the profile.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[ a-zA-Z0-9-_]*$
Required: No
- profileArn
-
The ARN of the profile.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1011.
Pattern:
^arn:aws(-[^:]+)?:rolesanywhere(:.*){2}(:profile.*)$
Required: No
- profileId
-
The unique identifier of the profile.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}
Required: No
- requireInstanceProperties
-
Specifies whether instance properties are required in temporary credential requests with this profile.
Type: Boolean
Required: No
- roleArns
-
A list of IAM roles that this profile can assume in a temporary credential request.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Length Constraints: Minimum length of 1. Maximum length of 1011.
Pattern:
^arn:aws(-[^:]+)?:iam(:.*){2}(:role.*)$
Required: No
- sessionPolicy
-
A session policy that applies to the trust boundary of the vended session credentials.
Type: String
Required: No
- updatedAt
-
The ISO-8601 timestamp when the profile was last updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: