interface ComputeNodeGroupConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_pcs.CfnQueue.ComputeNodeGroupConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspcs#CfnQueue_ComputeNodeGroupConfigurationProperty |
![]() | software.amazon.awscdk.services.pcs.CfnQueue.ComputeNodeGroupConfigurationProperty |
![]() | aws_cdk.aws_pcs.CfnQueue.ComputeNodeGroupConfigurationProperty |
![]() | 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.