interface VideoExtractionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataSourcePropsMixin_VideoExtractionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataSourcePropsMixin » VideoExtractionConfigurationProperty |
Configuration for video extraction.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const videoExtractionConfigurationProperty: bedrock.CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty = {
videoExtractionStatus: 'videoExtractionStatus',
};
Properties
| Name | Type | Description |
|---|---|---|
| video | string | Indicates whether a feature is enabled or disabled. |
videoExtractionStatus?
Type:
string
(optional)
Indicates whether a feature is enabled or disabled.

.NET
Go
Java
Python
TypeScript