S3ObjectTag

The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. For more information, see Categorizing your storage using tags in the Amazon Simple Storage Service User Guide.

Types

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

Properties

Link copied to clipboard
val key: String?

The key of the tag.

Link copied to clipboard

The value of the tag.

Functions

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