interface CustomerManagedFleetConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_deadline.CfnFleet.CustomerManagedFleetConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnFleet_CustomerManagedFleetConfigurationProperty |
![]() | software.amazon.awscdk.services.deadline.CfnFleet.CustomerManagedFleetConfigurationProperty |
![]() | aws_cdk.aws_deadline.CfnFleet.CustomerManagedFleetConfigurationProperty |
![]() | aws-cdk-lib » aws_deadline » CfnFleet » CustomerManagedFleetConfigurationProperty |
The details of a customer managed fleet configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as deadline } from 'aws-cdk-lib';
const customerManagedFleetConfigurationProperty: deadline.CfnFleet.CustomerManagedFleetConfigurationProperty = {
mode: 'mode',
workerCapabilities: {
cpuArchitectureType: 'cpuArchitectureType',
memoryMiB: {
min: 123,
// the properties below are optional
max: 123,
},
osFamily: 'osFamily',
vCpuCount: {
min: 123,
// the properties below are optional
max: 123,
},
// the properties below are optional
acceleratorCount: {
min: 123,
// the properties below are optional
max: 123,
},
acceleratorTotalMemoryMiB: {
min: 123,
// the properties below are optional
max: 123,
},
acceleratorTypes: ['acceleratorTypes'],
customAmounts: [{
min: 123,
name: 'name',
// the properties below are optional
max: 123,
}],
customAttributes: [{
name: 'name',
values: ['values'],
}],
},
// the properties below are optional
storageProfileId: 'storageProfileId',
};
Properties
Name | Type | Description |
---|---|---|
mode | string | The AWS Auto Scaling mode for the customer managed fleet configuration. |
worker | IResolvable | Customer | The worker capabilities for a customer managed fleet configuration. |
storage | string | The storage profile ID. |
mode
Type:
string
The AWS Auto Scaling mode for the customer managed fleet configuration.
workerCapabilities
Type:
IResolvable
|
Customer
The worker capabilities for a customer managed fleet configuration.
storageProfileId?
Type:
string
(optional)
The storage profile ID.