Show / Hide Table of Contents

Class CfnFeedPropsMixin.DataSourceConfigurationProperty

Identifies the fixture whose event data Elemental Inference maps onto the clipping metadata for an output.

Inheritance
object
CfnFeedPropsMixin.DataSourceConfigurationProperty
Implements
CfnFeedPropsMixin.IDataSourceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elementalinference-feed-datasourceconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elementalinference-feed-datasourceconfiguration.html

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

string

Remarks

To obtain this ID, use the SearchFixtures operation.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elementalinference-feed-datasourceconfiguration.html#cfn-elementalinference-feed-datasourceconfiguration-fixtureid

Implements

CfnFeedPropsMixin.IDataSourceConfigurationProperty
Back to top Generated by DocFX