AWS::RAM::PermissionResource type definition for AWS::RAM::Permission
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
PolicyTemplate | object | RequiredCreate-only |
ResourceType | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
IsResourceTypeDefault | boolean | Set to true to use this as the default permission. |
PermissionType | string | - |
Version | string | Version of the permission. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RAM::Permission
Resources:
MyResource:
Type: AWS::RAM::Permission
Properties:
Name: "my-name"
ResourceType: "value"
PolicyTemplate: {}
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ram:CreatePermissionram:TagResourceram:GetPermissionram:CreatePermissionVersionram:DeletePermissionVersionram:SetDefaultPermissionVersionram:GetPermissionram:ReplacePermissionAssociationsram:ListReplacePermissionAssociationsWorkram:ListPermissionVersionsram:UntagResourceram:DeletePermissionVersionram:DeletePermissionram:ListPermissionsram:ListPermissionVersionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameResourceTypePolicyTemplate