interface ComputeNodeGroupConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.PCS.CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awspcs#CfnQueuePropsMixin_ComputeNodeGroupConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.pcs.CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_pcs.CfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_pcs » 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 { aws_pcs as pcs } from '@aws-cdk/cfn-property-mixins';
const computeNodeGroupConfigurationProperty: pcs.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