Cloud.Service.AWS.IAM.Role.Policy

Cloud.Service.AWS.IAM.Role.Policy
Cloud.Service.AWS.IAM.Role.Policy
JSON Example
{
    "account": "string",
    "count": 0,
    "name": "string",
    "name_prefix": "string",
    "policy": "string",
    "region": "string",
    "role": "string"
}
string
account
Required

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

integer
count
Optional

The number of resource instances to be created.

string
name
Optional

Name of the Identity and Access Management (IAM) role policy. If omitted, the application assigns a unique random name.

string
name_prefix
Optional

String added to the beginning of the application assigned names to make them unique.

string
policy
Required

(Required) JSON formatted policy document.

string
region
Required

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

string
role
Required

(Required) IAM role to attach to the policy.