Class GetSecretVersionArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.SecretsManager
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetSecretVersionArgs : InvokeArgs
Constructors
View SourceGetSecretVersionArgs()
Declaration
public GetSecretVersionArgs()
Properties
View SourceSecretId
Specifies the secret containing the version that you want to retrieve. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
Declaration
public string SecretId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VersionId
Specifies the unique identifier of the version of the secret that you want to retrieve. Overrides version_stage.
Declaration
public string VersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VersionStage
Specifies the secret version that you want to retrieve by the staging label attached to the version. Defaults to AWSCURRENT.
Declaration
public string VersionStage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |