getSecretVersionOutput function
Output<GetSecretVersionResult>
getSecretVersionOutput(
- GetSecretVersionArgs args, {
- InvokeOutputOptions? options,
Implementation
pulumi.Output<GetSecretVersionResult> getSecretVersionOutput(
GetSecretVersionArgs args, {
pulumi.InvokeOutputOptions? options,
}) {
return pulumi.invokeOutput<Map<String, dynamic>>(
'aws:secretsmanager/getSecretVersion:getSecretVersion',
pulumi.Input.mapToInputs(args.toMap()),
options: options,
).apply(GetSecretVersionResult.fromMap);
}