ImageWatermark

Describes a watermark attached to an AMI.

Types

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

Properties

Link copied to clipboard

The creation date of the source AMI, in the following format: YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM.

Link copied to clipboard

The ID of the AMI to which the watermark was originally attached.

Link copied to clipboard

The Region where the watermark was originally attached.

Link copied to clipboard

The date and time the watermark was attached to the AMI, in the following format: YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM.

Link copied to clipboard

The watermark identifier, in accountId:watermarkName format (for example, 123456789012:approvedAmi). The accountId portion is the Amazon Web Services account ID of the watermark creator. The watermarkName portion is customer-provided.

Functions

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