Show / Hide Table of Contents

Class CfnComputeNodeGroupPropsMixin.SlurmCustomSettingProperty

Additional settings that directly map to Slurm settings.

Inheritance
object
CfnComputeNodeGroupPropsMixin.SlurmCustomSettingProperty
Implements
CfnComputeNodeGroupPropsMixin.ISlurmCustomSettingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.PCS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnComputeNodeGroupPropsMixin.SlurmCustomSettingProperty : CfnComputeNodeGroupPropsMixin.ISlurmCustomSettingProperty
Syntax (vb)
Public Class CfnComputeNodeGroupPropsMixin.SlurmCustomSettingProperty Implements CfnComputeNodeGroupPropsMixin.ISlurmCustomSettingProperty
Remarks
AWS PCS supports a subset of Slurm settings. For more information, see <a href="https://docs.aws.amazon.com//pcs/latest/userguide/slurm-custom-settings.html">Configuring custom Slurm settings in AWS PCS</a> in the <em>AWS PCS User Guide</em> .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-slurmcustomsetting.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.PCS.Mixins;

             var slurmCustomSettingProperty = new SlurmCustomSettingProperty {
                 ParameterName = "parameterName",
                 ParameterValue = "parameterValue"
             };

Synopsis

Constructors

SlurmCustomSettingProperty()

Additional settings that directly map to Slurm settings.

Properties

ParameterName

AWS PCS supports custom Slurm settings for clusters, compute node groups, and queues.

ParameterValue

The values for the configured Slurm settings.

Constructors

SlurmCustomSettingProperty()

Additional settings that directly map to Slurm settings.

public SlurmCustomSettingProperty()
Remarks
AWS PCS supports a subset of Slurm settings. For more information, see <a href="https://docs.aws.amazon.com//pcs/latest/userguide/slurm-custom-settings.html">Configuring custom Slurm settings in AWS PCS</a> in the <em>AWS PCS User Guide</em> .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-slurmcustomsetting.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.PCS.Mixins;

             var slurmCustomSettingProperty = new SlurmCustomSettingProperty {
                 ParameterName = "parameterName",
                 ParameterValue = "parameterValue"
             };

Properties

ParameterName

AWS PCS supports custom Slurm settings for clusters, compute node groups, and queues.

public string? ParameterName { get; set; }
Property Value

string

Remarks

For more information, see Configuring custom Slurm settings in AWS PCS in the AWS PCS User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-slurmcustomsetting.html#cfn-pcs-computenodegroup-slurmcustomsetting-parametername

ParameterValue

The values for the configured Slurm settings.

public string? ParameterValue { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-slurmcustomsetting.html#cfn-pcs-computenodegroup-slurmcustomsetting-parametervalue

Implements

CfnComputeNodeGroupPropsMixin.ISlurmCustomSettingProperty
Back to top Generated by DocFX