interface VideoExtractionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnKnowledgeBasePropsMixin_VideoExtractionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnKnowledgeBasePropsMixin » VideoExtractionConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const videoExtractionConfigurationProperty: quicksight.CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty = {
videoExtractionStatus: 'videoExtractionStatus',
videoExtractionType: 'videoExtractionType',
};
Properties
| Name | Type | Description |
|---|---|---|
| video | string | |
| video | string |
videoExtractionStatus?
Type:
string
(optional)
videoExtractionType?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript