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:

Secrets List<GetSecretSecretArgs>
Secrets []GetSecretSecret
secrets GetSecretSecret[]
secrets List[GetSecretSecret]

GetSecret Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Secrets List<GetSecretSecret>
Id string

The provider-assigned unique ID for this managed resource.

Secrets []GetSecretSecret
id string

The provider-assigned unique ID for this managed resource.

secrets GetSecretSecret[]
id str

The provider-assigned unique ID for this managed resource.

secrets List[GetSecretSecret]

Supporting Types

GetSecretSecret

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

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 {[key: string]: string}
grantTokens string[]
name str
payload str
context Dict[str, str]
grantTokens List[str]

Package Details

Repository
https://github.com/pulumi/pulumi-aws
License
Apache-2.0
Notes
This Pulumi package is based on the aws Terraform Provider.