interface CfnOfferingProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnOfferingProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnOfferingProps |
Java | software.amazon.awscdk.services.medialive.CfnOfferingProps |
Python | aws_cdk.aws_medialive.CfnOfferingProps |
TypeScript | aws-cdk-lib » aws_medialive » CfnOfferingProps |
Properties for defining a CfnOffering.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-offering.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const cfnOfferingProps: medialive.CfnOfferingProps = { };

.NET
Go
Java
Python
TypeScript