interface CfnOfferingMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnOfferingMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnOfferingMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnOfferingMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnOfferingMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnOfferingMixinProps |
Properties for CfnOfferingPropsMixin.
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/cfn-property-mixins';
const cfnOfferingMixinProps: medialive.CfnOfferingMixinProps = { };

.NET
Go
Java
Python
TypeScript