Resource

class Resource

Information about an instance of an AWS resource associated with a project.

Types

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

Properties

Link copied to clipboard
val arn: String?

AWS resource name which uniquely identifies the resource in AWS systems.

Link copied to clipboard

Key-value attribute pairs.

Link copied to clipboard

Identifies which feature in AWS Mobile Hub is associated with this AWS resource.

Link copied to clipboard
val name: String?

Name of the AWS resource (e.g., for an Amazon S3 bucket this is the name of the bucket).

Link copied to clipboard
val type: String?

Simplified name for type of AWS resource (e.g., bucket is an Amazon S3 bucket).

Functions

Link copied to clipboard
inline fun copy(block: Resource.Builder.() -> Unit = {}): Resource
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