AWS v6.73.0 published on Wednesday, Mar 19, 2025 by Pulumi
aws.kms.getSecret
Explore with Pulumi AI
Using getSecret
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSecret(args: GetSecretArgs, opts?: InvokeOptions): Promise<GetSecretResult>
function getSecretOutput(args: GetSecretOutputArgs, opts?: InvokeOptions): Output<GetSecretResult>def get_secret(secrets: Optional[Sequence[GetSecretSecret]] = None,
               opts: Optional[InvokeOptions] = None) -> GetSecretResult
def get_secret_output(secrets: Optional[pulumi.Input[Sequence[pulumi.Input[GetSecretSecretArgs]]]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetSecretResult]func GetSecret(ctx *Context, args *GetSecretArgs, opts ...InvokeOption) (*GetSecretResult, error)
func GetSecretOutput(ctx *Context, args *GetSecretOutputArgs, opts ...InvokeOption) GetSecretResultOutput> Note: This function is named GetSecret in the Go SDK.
public static class GetSecret 
{
    public static Task<GetSecretResult> InvokeAsync(GetSecretArgs args, InvokeOptions? opts = null)
    public static Output<GetSecretResult> Invoke(GetSecretInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSecretResult> getSecret(GetSecretArgs args, InvokeOptions options)
public static Output<GetSecretResult> getSecret(GetSecretArgs args, InvokeOptions options)
fn::invoke:
  function: aws:kms/getSecret:getSecret
  arguments:
    # arguments dictionaryThe following arguments are supported:
getSecret Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Secrets
List<GetSecret Secret> 
- Id string
- The provider-assigned unique ID for this managed resource.
- Secrets
[]GetSecret Secret 
- id String
- The provider-assigned unique ID for this managed resource.
- secrets
List<GetSecret Secret> 
- id string
- The provider-assigned unique ID for this managed resource.
- secrets
GetSecret Secret[] 
- id str
- The provider-assigned unique ID for this managed resource.
- secrets
Sequence[GetSecret Secret] 
- id String
- The provider-assigned unique ID for this managed resource.
- secrets List<Property Map>
Supporting Types
GetSecretSecret  
- Name string
- Payload string
- Context Dictionary<string, string>
- GrantTokens List<string>
- Name string
- Payload string
- Context map[string]string
- GrantTokens []string
- name String
- payload String
- context Map<String,String>
- grantTokens List<String>
- name string
- payload string
- context {[key: string]: string}
- grantTokens string[]
- name str
- payload str
- context Mapping[str, str]
- grant_tokens Sequence[str]
- name String
- payload String
- context Map<String>
- grantTokens List<String>
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the awsTerraform Provider.