interface ScteProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins.CfnOriginEndpointPropsMixin.ScteProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediapackagev2/mixins#CfnOriginEndpointPropsMixin_ScteProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediapackagev2.mixins.CfnOriginEndpointPropsMixin.ScteProperty |
Python | aws_cdk.mixins_preview.aws_mediapackagev2.mixins.CfnOriginEndpointPropsMixin.ScteProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediapackagev2 » mixins » CfnOriginEndpointPropsMixin » ScteProperty |
The SCTE-35 configuration associated with the origin endpoint.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as mediapackagev2_mixins } from '@aws-cdk/mixins-preview/aws-mediapackagev2';
const scteProperty: mediapackagev2_mixins.CfnOriginEndpointPropsMixin.ScteProperty = {
scteFilter: ['scteFilter'],
};
Properties
| Name | Type | Description |
|---|---|---|
| scte | string[] | The filter associated with the SCTE-35 configuration. |
scteFilter?
Type:
string[]
(optional)
The filter associated with the SCTE-35 configuration.

.NET
Go
Java
Python
TypeScript