Show / Hide Table of Contents

Class GetSecretVersionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSecretVersionArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetSecretVersionArgs()

Declaration
public GetSecretVersionArgs()

Properties

View Source

SecretId

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.