AWS::MediaLive::OfferingDefinition of AWS::MediaLive::Offering Resource Type
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Unique offering ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:offering:87654321' |
CurrencyCode | string | Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD' |
Duration | integer | Lease duration, e.g. '12' |
DurationUnits | string | Units for duration, e.g. 'MONTHS' |
FixedPrice | number | One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering |
OfferingDescription | string | Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)' |
OfferingId | string | Unique offering ID, e.g. '87654321' |
OfferingType | string | Offering type, e.g. 'NO_UPFRONT' |
Region | string | AWS region, e.g. 'us-west-2' |
ResourceSpecification | ReservationResourceSpecification | - |
UsagePrice | number | Recurring usage charge for each reserved resource, e.g. '157.0' |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaLive::Offering
Resources:
MyResource:
Type: AWS::MediaLive::Offering
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
medialive:DescribeOfferingmedialive:ListOfferingsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn