Cloud.Service.AWS.IAM.Role.Policy

Cloud.Service.AWS.IAM.Role.Policy
Cloud.Service.AWS.IAM.Role.Policy
JSON Example
{
    "name": "string",
    "name_prefix": "string",
    "policy": "string",
    "provider": "string",
    "provider_region": "string",
    "role": "string"
}
string
name
Optional

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

string
name_prefix
Optional

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

string
policy
Required

(Required) JSON formatted policy document.

string
provider
Required

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

string
provider_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.