interface ComputeNodeGroupConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.PCS.Mixins.CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awspcs/mixins#CfnQueuePropsMixin_ComputeNodeGroupConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.pcs.mixins.CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_pcs.mixins.CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_pcs » mixins » CfnQueuePropsMixin » ComputeNodeGroupConfigurationProperty |
The compute node group configuration for a queue.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as pcs_mixins } from '@aws-cdk/mixins-preview/aws-pcs';
const computeNodeGroupConfigurationProperty: pcs_mixins.CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty = {
computeNodeGroupId: 'computeNodeGroupId',
};
Properties
| Name | Type | Description |
|---|---|---|
| compute | string | The compute node group ID for the compute node group configuration. |
computeNodeGroupId?
Type:
string
(optional)
The compute node group ID for the compute node group configuration.

.NET
Go
Java
Python
TypeScript