interface ClippingConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ElementalInference.CfnFeed.ClippingConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awselementalinference#CfnFeed_ClippingConfigProperty |
Java | software.amazon.awscdk.services.elementalinference.CfnFeed.ClippingConfigProperty |
Python | aws_cdk.aws_elementalinference.CfnFeed.ClippingConfigProperty |
TypeScript | aws-cdk-lib » aws_elementalinference » CfnFeed » ClippingConfigProperty |
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-lib';
const clippingConfigProperty: elementalinference.CfnFeed.ClippingConfigProperty = {
callbackMetadata: 'callbackMetadata',
dataSourceConfiguration: {
fixtureId: 'fixtureId',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| callback | string | |
| data | IResolvable | Data | Identifies the fixture whose event data Elemental Inference maps onto the clipping metadata for an output. |
callbackMetadata?
Type:
string
(optional)
dataSourceConfiguration?
Type:
IResolvable | Data
(optional)
Identifies the fixture whose event data Elemental Inference maps onto the clipping metadata for an output.

.NET
Go
Java
Python
TypeScript