Show / Hide Table of Contents

Interface CfnQueuePropsMixin.ISlurmConfigurationProperty

The Slurm configuration for the queue.

Namespace: Amazon.CDK.Mixins.Preview.AWS.PCS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnQueuePropsMixin.ISlurmConfigurationProperty
Syntax (vb)
Public Interface CfnQueuePropsMixin.ISlurmConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-queue-slurmconfiguration.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 slurmConfigurationProperty = new SlurmConfigurationProperty {
                 SlurmCustomSettings = new [] { new SlurmCustomSettingProperty {
                     ParameterName = "parameterName",
                     ParameterValue = "parameterValue"
                 } }
             };

Synopsis

Properties

SlurmCustomSettings

Custom Slurm parameters that directly map to Slurm configuration settings.

Properties

SlurmCustomSettings

Custom Slurm parameters that directly map to Slurm configuration settings.

object? SlurmCustomSettings { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-queue-slurmconfiguration.html#cfn-pcs-queue-slurmconfiguration-slurmcustomsettings

Type union: either IResolvable or (either IResolvable or CfnQueuePropsMixin.ISlurmCustomSettingProperty)[]

Back to top Generated by DocFX