InstanceProfile
Contains information about an instance profile.
This data type is used as a response element in the following operations:
Contents
- Arn
-
The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Required: Yes
- CreateDate
-
The date when the instance profile was created.
Type: Timestamp
Required: Yes
- InstanceProfileId
-
The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the IAM User Guide.
Type: String
Length Constraints: Minimum length of 16. Maximum length of 128.
Pattern:
[\w]+
Required: Yes
- InstanceProfileName
-
The name identifying the instance profile.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[\w+=,.@-]+
Required: Yes
- Path
-
The path to the instance profile. For more information about paths, see IAM identifiers in the IAM User Guide.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
(\u002F)|(\u002F[\u0021-\u007E]+\u002F)
Required: Yes
- Roles.member.N
-
The role associated with the instance profile.
Type: Array of Role objects
Required: Yes
- Tags.member.N
-
A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
Type: Array of Tag objects
Array Members: Maximum number of 50 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: