interface AspectRatioProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ElementalInference.CfnFeed.AspectRatioProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awselementalinference#CfnFeed_AspectRatioProperty |
Java | software.amazon.awscdk.services.elementalinference.CfnFeed.AspectRatioProperty |
Python | aws_cdk.aws_elementalinference.CfnFeed.AspectRatioProperty |
TypeScript | aws-cdk-lib » aws_elementalinference » CfnFeed » 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-lib';
const aspectRatioProperty: elementalinference.CfnFeed.AspectRatioProperty = {
height: 123,
width: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| height | number | |
| width | number |
height
Type:
number
width
Type:
number

.NET
Go
Java
Python
TypeScript