interface ClippingConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ElementalInference.CfnFeedPropsMixin.ClippingConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awselementalinference#CfnFeedPropsMixin_ClippingConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.elementalinference.CfnFeedPropsMixin.ClippingConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_elementalinference.CfnFeedPropsMixin.ClippingConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_elementalinference » CfnFeedPropsMixin » 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/cfn-property-mixins';
const clippingConfigProperty: elementalinference.CfnFeedPropsMixin.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