Class CfnFeedPropsMixin.DataSourceConfigurationProperty
Identifies the fixture whose event data Elemental Inference maps onto the clipping metadata for an output.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ElementalInference
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFeedPropsMixin.DataSourceConfigurationProperty : CfnFeedPropsMixin.IDataSourceConfigurationProperty
Syntax (vb)
Public Class CfnFeedPropsMixin.DataSourceConfigurationProperty Implements CfnFeedPropsMixin.IDataSourceConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ElementalInference;
var dataSourceConfigurationProperty = new DataSourceConfigurationProperty {
FixtureId = "fixtureId"
};
Synopsis
Constructors
| DataSourceConfigurationProperty() | Identifies the fixture whose event data Elemental Inference maps onto the clipping metadata for an output. |
Properties
| FixtureId | The ID of the fixture whose event data you want Elemental Inference to map onto this clipping output. |
Constructors
DataSourceConfigurationProperty()
Identifies the fixture whose event data Elemental Inference maps onto the clipping metadata for an output.
public DataSourceConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ElementalInference;
var dataSourceConfigurationProperty = new DataSourceConfigurationProperty {
FixtureId = "fixtureId"
};
Properties
FixtureId
The ID of the fixture whose event data you want Elemental Inference to map onto this clipping output.
public string? FixtureId { get; set; }
Property Value
Remarks
To obtain this ID, use the SearchFixtures operation.