ResourceSharePermissionSummary

Information about an RAM permission.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the permission you want information about.

Link copied to clipboard

The date and time when the permission was created.

Link copied to clipboard

Specifies whether the version of the managed permission used by this resource share is the default version for this managed permission.

Link copied to clipboard

Indicates what features are available for this resource share. This parameter can have one of the following values:

Link copied to clipboard

Specifies whether the managed permission associated with this resource share is the default managed permission for all resources of this resource type.

Link copied to clipboard

The date and time when the permission was last updated.

Link copied to clipboard
val name: String?

The name of this managed permission.

Link copied to clipboard

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

Link copied to clipboard

The type of resource to which this permission applies. This takes the form of: service-code:resource-code, and is case-insensitive. For example, an Amazon EC2 Subnet would be represented by the string ec2:subnet.

Link copied to clipboard

The current status of the permission.

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

A list of the tag key value pairs currently attached to the permission.

Link copied to clipboard

The version of the permission associated with this resource share.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String