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