interface ComputeNodeGroupConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_pcs.CfnQueue.ComputeNodeGroupConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspcs#CfnQueue_ComputeNodeGroupConfigurationProperty |
Java | software.amazon.awscdk.services.pcs.CfnQueue.ComputeNodeGroupConfigurationProperty |
Python | aws_cdk.aws_pcs.CfnQueue.ComputeNodeGroupConfigurationProperty |
TypeScript | aws-cdk-lib » aws_pcs » CfnQueue » 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 { aws_pcs as pcs } from 'aws-cdk-lib';
const computeNodeGroupConfigurationProperty: pcs.CfnQueue.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