Class GetSecretVersionPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.aws.secretsmanager.inputs.GetSecretVersionPlainArgs
-
public final class GetSecretVersionPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSecretVersionPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetSecretVersionPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSecretVersionPlainArgs.Builder
builder()
static GetSecretVersionPlainArgs.Builder
builder(GetSecretVersionPlainArgs defaults)
java.lang.String
secretId()
java.util.Optional<java.lang.String>
versionId()
java.util.Optional<java.lang.String>
versionStage()
-
-
-
Field Detail
-
Empty
public static final GetSecretVersionPlainArgs Empty
-
-
Method Detail
-
secretId
public java.lang.String secretId()
- Returns:
- Specifies the secret containing the version that you want to retrieve. You can specify either the ARN or the friendly name of the secret.
-
versionId
public java.util.Optional<java.lang.String> versionId()
- Returns:
- Specifies the unique identifier of the version of the secret that you want to retrieve. Overrides `version_stage`.
-
versionStage
public java.util.Optional<java.lang.String> versionStage()
- Returns:
- Specifies the secret version that you want to retrieve by the staging label attached to the version. Defaults to `AWSCURRENT`.
-
builder
public static GetSecretVersionPlainArgs.Builder builder()
-
builder
public static GetSecretVersionPlainArgs.Builder builder(GetSecretVersionPlainArgs defaults)
-
-