interface SlurmCustomSettingProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_pcs.CfnCluster.SlurmCustomSettingProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspcs#CfnCluster_SlurmCustomSettingProperty |
![]() | software.amazon.awscdk.services.pcs.CfnCluster.SlurmCustomSettingProperty |
![]() | aws_cdk.aws_pcs.CfnCluster.SlurmCustomSettingProperty |
![]() | aws-cdk-lib » aws_pcs » CfnCluster » SlurmCustomSettingProperty |
Additional settings that directly map to Slurm settings.
AWS PCS supports a subset of Slurm settings. For more information, see Configuring custom Slurm settings in AWS PCS in the AWS PCS User Guide .
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 slurmCustomSettingProperty: pcs.CfnCluster.SlurmCustomSettingProperty = {
parameterName: 'parameterName',
parameterValue: 'parameterValue',
};
Properties
Name | Type | Description |
---|---|---|
parameter | string | AWS PCS supports custom Slurm settings for clusters, compute node groups, and queues. |
parameter | string | The values for the configured Slurm settings. |
parameterName
Type:
string
AWS PCS supports custom Slurm settings for clusters, compute node groups, and queues.
For more information, see Configuring custom Slurm settings in AWS PCS in the AWS PCS User Guide .
parameterValue
Type:
string
The values for the configured Slurm settings.