GetSecret
Using GetSecret
function getSecret(args: GetSecretArgs, opts?: InvokeOptions): Promise<GetSecretResult>function get_secret(secrets=None, opts=None)func GetSecret(ctx *Context, args *GetSecretArgs, opts ...InvokeOption) (*GetSecretResult, error)public static class GetSecret {
public static Task<GetSecretResult> InvokeAsync(GetSecretArgs args, InvokeOptions? opts = null)
}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
Get
Secret Secret[]
- id str
The provider-assigned unique ID for this managed resource.
- secrets
List[Get
Secret Secret]
Supporting Types
GetSecretSecret
- Name string
- Payload string
- Context Dictionary<string, string>
- Grant
Tokens List<string>
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.