interface ComputeCapacityProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppStream.CfnFleet.ComputeCapacityProperty |
![]() | software.amazon.awscdk.services.appstream.CfnFleet.ComputeCapacityProperty |
![]() | aws_cdk.aws_appstream.CfnFleet.ComputeCapacityProperty |
![]() | @aws-cdk/aws-appstream » CfnFleet » ComputeCapacityProperty |
The desired capacity for a fleet.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appstream from '@aws-cdk/aws-appstream';
const computeCapacityProperty: appstream.CfnFleet.ComputeCapacityProperty = {
desiredInstances: 123,
};
Properties
Name | Type | Description |
---|---|---|
desired | number | The desired number of streaming instances. |
desiredInstances
Type:
number
The desired number of streaming instances.