ServiceNameAndResourceType

Information about a shareable resource type and the Amazon Web Services service to which resources of that type belong.

Types

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

Properties

Link copied to clipboard

Specifies the scope of visibility of resources of this type:

Link copied to clipboard

The type of the resource. 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 name of the Amazon Web Services service to which resources of this type belong.

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