Show / Hide Table of Contents

Class GetSecrets

Inheritance
System.Object
GetSecrets
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.Kms
Assembly: Pulumi.Aws.dll
Syntax
public static class GetSecrets

Methods

View Source

InvokeAsync(GetSecretsArgs, InvokeOptions)

Decrypt multiple secrets from data encrypted with the AWS KMS service.

{{% examples %}} {{% /examples %}}

Declaration
public static Task<GetSecretsResult> InvokeAsync(GetSecretsArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetSecretsArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetSecretsResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.