interface OutputConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ElementalInference.CfnFeedPropsMixin.OutputConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awselementalinference#CfnFeedPropsMixin_OutputConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.elementalinference.CfnFeedPropsMixin.OutputConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_elementalinference.CfnFeedPropsMixin.OutputConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_elementalinference » CfnFeedPropsMixin » OutputConfigProperty |
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';
declare const cropping: any;
const outputConfigProperty: elementalinference.CfnFeedPropsMixin.OutputConfigProperty = {
clipping: {
callbackMetadata: 'callbackMetadata',
},
cropping: cropping,
};
Properties
| Name | Type | Description |
|---|---|---|
| clipping? | IResolvable | Clipping | |
| cropping? | any |
clipping?
Type:
IResolvable | Clipping
(optional)
cropping?
Type:
any
(optional)

.NET
Go
Java
Python
TypeScript