interface VideoExtractionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.CfnDataSource.VideoExtractionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnDataSource_VideoExtractionConfigurationProperty |
Java | software.amazon.awscdk.services.bedrock.CfnDataSource.VideoExtractionConfigurationProperty |
Python | aws_cdk.aws_bedrock.CfnDataSource.VideoExtractionConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnDataSource » 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-lib';
const videoExtractionConfigurationProperty: bedrock.CfnDataSource.VideoExtractionConfigurationProperty = {
videoExtractionStatus: 'videoExtractionStatus',
};
Properties
| Name | Type | Description |
|---|---|---|
| video | string | Indicates whether a feature is enabled or disabled. |
videoExtractionStatus
Type:
string
Indicates whether a feature is enabled or disabled.

.NET
Go
Java
Python
TypeScript