NAME

Paws::MediaConnect::Reservation

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::MediaConnect::Reservation object:

$service_obj->Method(Att1 => { CurrencyCode => $value, ..., Start => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConnect::Reservation object:

$result = $service_obj->Method(...);
$result->Att1->CurrencyCode

DESCRIPTION

A pricing agreement for a discounted rate for a specific outbound bandwidth that your MediaConnect account will use each month over a specific time period. The discounted rate in the reservation applies to outbound bandwidth for all flows from your account until your account reaches the amount of bandwidth in your reservation. If you use more outbound bandwidth than the agreed upon amount in a single month, the overage is charged at the on-demand rate.

ATTRIBUTES

REQUIRED CurrencyCode => Str

The type of currency that is used for billing. The currencyCode used for your reservation is US dollars.

REQUIRED Duration => Int

The length of time that this reservation is active. MediaConnect defines this value in the offering.

REQUIRED DurationUnits => Str

The unit of measurement for the duration of the reservation. MediaConnect defines this value in the offering.

REQUIRED End => Str

The day and time that this reservation expires. This value is calculated based on the start date and time that you set and the offering's duration.

REQUIRED OfferingArn => Str

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

REQUIRED OfferingDescription => Str

A description of the offering. MediaConnect defines this value in the offering.

REQUIRED PricePerUnit => Str

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

REQUIRED PriceUnits => Str

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

REQUIRED ReservationArn => Str

The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering.

REQUIRED ReservationName => Str

The name that you assigned to the reservation when you purchased the offering.

REQUIRED ReservationState => Str

The status of your reservation.

REQUIRED ResourceSpecification => Paws::MediaConnect::ResourceSpecification

A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering. MediaConnect defines the values that make up the resourceSpecification in the offering.

REQUIRED Start => Str

The day and time that the reservation becomes active. You set this value when you purchase the offering.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::MediaConnect

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues