interface DataSourceConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ElementalInference.CfnFeedPropsMixin.DataSourceConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awselementalinference#CfnFeedPropsMixin_DataSourceConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.elementalinference.CfnFeedPropsMixin.DataSourceConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_elementalinference.CfnFeedPropsMixin.DataSourceConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_elementalinference » CfnFeedPropsMixin » DataSourceConfigurationProperty |
Identifies the fixture whose event data Elemental Inference maps onto the clipping metadata for an output.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elementalinference as elementalinference } from '@aws-cdk/cfn-property-mixins';
const dataSourceConfigurationProperty: elementalinference.CfnFeedPropsMixin.DataSourceConfigurationProperty = {
fixtureId: 'fixtureId',
};
Properties
| Name | Type | Description |
|---|---|---|
| fixture | string | The ID of the fixture whose event data you want Elemental Inference to map onto this clipping output. |
fixtureId?
Type:
string
(optional)
The ID of the fixture whose event data you want Elemental Inference to map onto this clipping output.
To obtain this ID, use the SearchFixtures operation.

.NET
Go
Java
Python
TypeScript