Permission

class Permission : KotlinCustomResource

Resource type definition for AWS::RAM::Permission

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the new permission.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Set to true to use this as the default permission.

Link copied to clipboard
val name: Output<String>

The name of the permission.

Link copied to clipboard
val permissionType: Output<String>

The type of managed permission. This can be one of the following values:

Link copied to clipboard
val policyTemplate: Output<Any>

Policy template for the permission. Search the CloudFormation User Guide for AWS::RAM::Permission for more information about the expected schema for this property.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceType: Output<String>

The resource type this permission can be used with.

Link copied to clipboard
val tags: Output<List<Tag>>?

Specifies a list of one or more tag key and value pairs to attach to the permission.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

Version of the permission.