interface AspectRatioProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ElementalInference.CfnFeedPropsMixin.AspectRatioProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awselementalinference#CfnFeedPropsMixin_AspectRatioProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.elementalinference.CfnFeedPropsMixin.AspectRatioProperty |
Python | aws_cdk.cfn_property_mixins.aws_elementalinference.CfnFeedPropsMixin.AspectRatioProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_elementalinference » CfnFeedPropsMixin » AspectRatioProperty |
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 aspectRatioProperty: elementalinference.CfnFeedPropsMixin.AspectRatioProperty = {
height: 123,
width: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| height? | number | |
| width? | number |
height?
Type:
number
(optional)
width?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript