interface FrameCaptureOutputSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.FrameCaptureOutputSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_FrameCaptureOutputSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.FrameCaptureOutputSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.FrameCaptureOutputSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnChannelPropsMixin » FrameCaptureOutputSettingsProperty |
The frame capture output settings.
The parent of this entity is OutputSettings.
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 frameCaptureOutputSettingsProperty: medialive.CfnChannelPropsMixin.FrameCaptureOutputSettingsProperty = {
nameModifier: 'nameModifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Required if the output group contains more than one output. |
nameModifier?
Type:
string
(optional)
Required if the output group contains more than one output.
This modifier forms part of the output file name.

.NET
Go
Java
Python
TypeScript