AWS v6.54.0 published on Friday, Sep 27, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws:kms/getSecret:getSecret
arguments:
# arguments dictionary
The 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<Get
Secret Secret>
- Id string
- The provider-assigned unique ID for this managed resource.
- Secrets
[]Get
Secret Secret
- id String
- The provider-assigned unique ID for this managed resource.
- secrets
List<Get
Secret Secret>
- id string
- The provider-assigned unique ID for this managed resource.
- secrets
Get
Secret Secret[]
- id str
- The provider-assigned unique ID for this managed resource.
- secrets
Sequence[Get
Secret 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>
- Grant
Tokens List<string>
- Name string
- Payload string
- Context map[string]string
- Grant
Tokens []string
- name String
- payload String
- context Map<String,String>
- grant
Tokens List<String>
- name string
- payload string
- context {[key: string]: string}
- grant
Tokens string[]
- name str
- payload str
- context Mapping[str, str]
- grant_
tokens Sequence[str]
- name String
- payload String
- context Map<String>
- grant
Tokens List<String>
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.