interface ScteProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_mediapackagev2.CfnOriginEndpoint.ScteProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackagev2#CfnOriginEndpoint_ScteProperty |
Java | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.ScteProperty |
Python | aws_cdk.aws_mediapackagev2.CfnOriginEndpoint.ScteProperty |
TypeScript | aws-cdk-lib » aws_mediapackagev2 » CfnOriginEndpoint » 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 { aws_mediapackagev2 as mediapackagev2 } from 'aws-cdk-lib';
const scteProperty: mediapackagev2.CfnOriginEndpoint.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.