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

.NET
Go
Java
Python
TypeScript