Offering

class Offering

A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.

Types

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

Properties

Link copied to clipboard

The type of currency that is used for billing. The currencyCode used for all reservations is US dollars.

Link copied to clipboard

The length of time that your reservation would be active.

Link copied to clipboard

The unit of measurement for the duration of the offering.

Link copied to clipboard

The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.

Link copied to clipboard

A description of the offering.

Link copied to clipboard

The cost of a single unit. This value, in combination with priceUnits, makes up the rate.

Link copied to clipboard

The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate.

Link copied to clipboard

A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.

Functions

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