interface ServiceManagedEc2InstanceMarketOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Deadline.Mixins.CfnFleetPropsMixin.ServiceManagedEc2InstanceMarketOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdeadline/mixins#CfnFleetPropsMixin_ServiceManagedEc2InstanceMarketOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.deadline.mixins.CfnFleetPropsMixin.ServiceManagedEc2InstanceMarketOptionsProperty |
Python | aws_cdk.mixins_preview.aws_deadline.mixins.CfnFleetPropsMixin.ServiceManagedEc2InstanceMarketOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_deadline » mixins » CfnFleetPropsMixin » ServiceManagedEc2InstanceMarketOptionsProperty |
The details of the Amazon EC2 instance market options for a service managed fleet.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as deadline_mixins } from '@aws-cdk/mixins-preview/aws-deadline';
const serviceManagedEc2InstanceMarketOptionsProperty: deadline_mixins.CfnFleetPropsMixin.ServiceManagedEc2InstanceMarketOptionsProperty = {
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| type? | string | The Amazon EC2 instance type. |
type?
Type:
string
(optional)
The Amazon EC2 instance type.

.NET
Go
Java
Python
TypeScript