AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaLive::Offering

MediaLive Offering

Definition of AWS::MediaLive::Offering Resource Type

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringUnique offering ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:offering:87654321'
CurrencyCodestringCurrency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'
DurationintegerLease duration, e.g. '12'
DurationUnitsstringUnits for duration, e.g. 'MONTHS'
FixedPricenumberOne-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering
OfferingDescriptionstringOffering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'
OfferingIdstringUnique offering ID, e.g. '87654321'
OfferingTypestringOffering type, e.g. 'NO_UPFRONT'
RegionstringAWS region, e.g. 'us-west-2'
ResourceSpecificationReservationResourceSpecification-
UsagePricenumberRecurring usage charge for each reserved resource, e.g. '157.0'

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaLive::Offering

Resources:
  MyResource:
    Type: AWS::MediaLive::Offering
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

medialive:DescribeOffering

list

medialive:ListOfferings

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMediaLive
Properties11
Required0
TaggingNot supported
Primary IDArn

Supported Operations

ReadList

External Links