GetCredentials

Using GetCredentials

function getCredentials(args: GetCredentialsArgs, opts?: InvokeOptions): Promise<GetCredentialsResult>
function  get_credentials(registry_id=None, opts=None)
func GetCredentials(ctx *Context, args *GetCredentialsArgs, opts ...InvokeOption) (*GetCredentialsResult, error)
public static class GetCredentials {
    public static Task<GetCredentialsResult> InvokeAsync(GetCredentialsArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

RegistryId string
RegistryId string
registryId string
registry_id str

GetCredentials Result

The following output properties are available:

AuthorizationToken string
ExpiresAt string
Id string

The provider-assigned unique ID for this managed resource.

ProxyEndpoint string
RegistryId string
AuthorizationToken string
ExpiresAt string
Id string

The provider-assigned unique ID for this managed resource.

ProxyEndpoint string
RegistryId string
authorizationToken string
expiresAt string
id string

The provider-assigned unique ID for this managed resource.

proxyEndpoint string
registryId string
authorization_token str
expires_at str
id str

The provider-assigned unique ID for this managed resource.

proxy_endpoint str
registry_id 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.