interface SlurmCustomSettingProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_pcs.CfnQueue.SlurmCustomSettingProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspcs#CfnQueue_SlurmCustomSettingProperty |
![]() | software.amazon.awscdk.services.pcs.CfnQueue.SlurmCustomSettingProperty |
![]() | aws_cdk.aws_pcs.CfnQueue.SlurmCustomSettingProperty |
![]() | aws-cdk-lib » aws_pcs » CfnQueue » SlurmCustomSettingProperty |
Additional settings that directly map to Slurm settings.
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.CfnQueue.SlurmCustomSettingProperty = {
parameterName: 'parameterName',
parameterValue: 'parameterValue',
};
Properties
Name | Type | Description |
---|---|---|
parameter | string | AWS PCS supports configuration of the Slurm parameters for queues:. |
parameter | string | The value for the configured Slurm setting. |
parameterName
Type:
string
AWS PCS supports configuration of the Slurm parameters for queues:.
parameterValue
Type:
string
The value for the configured Slurm setting.