---
type: resource-type
title: RAMPermission
description: aws resource type AWS::RAM::Permission
name: RAMPermission
lexicon: aws
resource_type: AWS::RAM::Permission
---
`AWS::RAM::Permission`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): The name of the permission.
- `PolicyTemplate` (`Record<string, unknown>`, required): Policy template for the permission.
- `ResourceType` (`string`, required): The resource type this permission can be used with.
- `Arn` (`string`, optional)
- `IsResourceTypeDefault` (`boolean`, optional): Set to true to use this as the default permission.
- `PermissionType` (`string`, optional)
- `Tags` (`RAMPermission_Tag[]`, optional)
- `Version` (`string`, optional): Version of the permission.

## Attributes

- `Arn`
- `IsResourceTypeDefault`
- `PermissionType`
- `Version`
