Cloud.Service.AWS.IAM.Instance.Profile
{
"account": "string",
"arn": "string",
"count": 0,
"create_date": "string",
"name": "string",
"name_prefix": "string",
"path": "string",
"region": "string",
"role": "string",
"roles": [
"string"
],
"unique_id": "string"
}
(Required) The name of the AWS cloud account to use for this resource
The Amazon Resource Name (ARN) assigned by AWS to the instance profile.
The number of resource instances to be created.
Date when the instance profile was created.
Name of the Identity and Access Management (IAM) instance profile. If omitted, the application assigns a unique random name. Changing the name forces a new resource to be created.
String added to the beginning of the application assigned names to make them unique. Changing the prefix forces a new resource to be created.
Location in which to create the profile. Default path is "/".
(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.
The IAM role to include in the profile.
The Roles property for this resource
Unique identifier assigned to the IAM instance profile by AWS.