interface CapacityManagerDataExportReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EC2.CapacityManagerDataExportReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsec2#CapacityManagerDataExportReference |
Java | software.amazon.awscdk.interfaces.ec2.CapacityManagerDataExportReference |
Python | aws_cdk.interfaces.aws_ec2.CapacityManagerDataExportReference |
TypeScript | aws-cdk-lib » interfaces » aws_ec2 » CapacityManagerDataExportReference |
A reference to a CapacityManagerDataExport resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as interfaces_aws_ec2 } from 'aws-cdk-lib/interfaces';
const capacityManagerDataExportReference: interfaces_aws_ec2.CapacityManagerDataExportReference = {
capacityManagerDataExportId: 'capacityManagerDataExportId',
};
Properties
| Name | Type | Description |
|---|---|---|
| capacity | string | The CapacityManagerDataExportId of the CapacityManagerDataExport resource. |
capacityManagerDataExportId
Type:
string
The CapacityManagerDataExportId of the CapacityManagerDataExport resource.

.NET
Go
Java
Python
TypeScript