Cloud.Service.AWS.IAM.Instance.Profile

Cloud.Service.AWS.IAM.Instance.Profile
Cloud.Service.AWS.IAM.Instance.Profile
JSON Example
{
    "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"
}
string
account
Required

(Required) The name of the AWS cloud account to use for this resource

string
arn
Optional

The Amazon Resource Name (ARN) assigned by AWS to the instance profile.

integer
count
Optional

The number of resource instances to be created.

string
create_date
Optional

Date when the instance profile was created.

string
name
Optional

Name of the Identity and Access Management (IAM) instance profile. If omitted, Cloud Assembly assigns a unique random name. Changing the name forces a new resource to be created.

string
name_prefix
Optional

String added to the beginning of Cloud Assembly assigned names to make them unique. Changing the prefix forces a new resource to be created.

string
path
Optional

Location in which to create the profile. Default path is "/".

string
region
Required

(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.

string
role
Optional

The IAM role to include in the profile.

array of string
roles
Optional

The Roles property for this resource

string
unique_id
Optional

Unique identifier assigned to the IAM instance profile by AWS.