Class CfnCluster.AuthKeyProperty
The shared Slurm key for authentication, also known as the cluster secret .
Inheritance
Implements
Namespace: Amazon.CDK.AwsPcs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AuthKeyProperty : Object, CfnCluster.IAuthKeyProperty
Syntax (vb)
Public Class AuthKeyProperty
Inherits Object
Implements CfnCluster.IAuthKeyProperty
Remarks
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.Aws_pcs;
var authKeyProperty = new AuthKeyProperty {
SecretArn = "secretArn",
SecretVersion = "secretVersion"
};
Synopsis
Constructors
Auth |
Properties
Secret |
The Amazon Resource Name (ARN) of the shared Slurm key. |
Secret |
The version of the shared Slurm key. |
Constructors
AuthKeyProperty()
public AuthKeyProperty()
Properties
SecretArn
The Amazon Resource Name (ARN) of the shared Slurm key.
public string SecretArn { get; set; }
Property Value
System.
Remarks
SecretVersion
The version of the shared Slurm key.
public string SecretVersion { get; set; }
Property Value
System.