We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.lightsail.getCertificate
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::Lightsail::Certificate.
Using getCertificate
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 getCertificate(args: GetCertificateArgs, opts?: InvokeOptions): Promise<GetCertificateResult>
function getCertificateOutput(args: GetCertificateOutputArgs, opts?: InvokeOptions): Output<GetCertificateResult>def get_certificate(certificate_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetCertificateResult
def get_certificate_output(certificate_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetCertificateResult]func LookupCertificate(ctx *Context, args *LookupCertificateArgs, opts ...InvokeOption) (*LookupCertificateResult, error)
func LookupCertificateOutput(ctx *Context, args *LookupCertificateOutputArgs, opts ...InvokeOption) LookupCertificateResultOutput> Note: This function is named LookupCertificate in the Go SDK.
public static class GetCertificate 
{
    public static Task<GetCertificateResult> InvokeAsync(GetCertificateArgs args, InvokeOptions? opts = null)
    public static Output<GetCertificateResult> Invoke(GetCertificateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCertificateResult> getCertificate(GetCertificateArgs args, InvokeOptions options)
public static Output<GetCertificateResult> getCertificate(GetCertificateArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:lightsail:getCertificate
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Certificate
Name string - The name for the certificate.
 
- Certificate
Name string - The name for the certificate.
 
- certificate
Name String - The name for the certificate.
 
- certificate
Name string - The name for the certificate.
 
- certificate_
name str - The name for the certificate.
 
- certificate
Name String - The name for the certificate.
 
getCertificate Result
The following output properties are available:
- Certificate
Arn string - The Amazon Resource Name (ARN) of the certificate.
 - Status string
 - The validation status of the certificate.
 - 
List<Pulumi.
Aws Native. Outputs. Tag>  - An array of key-value pairs to apply to this resource.
 
- Certificate
Arn string - The Amazon Resource Name (ARN) of the certificate.
 - Status string
 - The validation status of the certificate.
 - Tag
 - An array of key-value pairs to apply to this resource.
 
- certificate
Arn String - The Amazon Resource Name (ARN) of the certificate.
 - status String
 - The validation status of the certificate.
 - List<Tag>
 - An array of key-value pairs to apply to this resource.
 
- certificate
Arn string - The Amazon Resource Name (ARN) of the certificate.
 - status string
 - The validation status of the certificate.
 - Tag[]
 - An array of key-value pairs to apply to this resource.
 
- certificate_
arn str - The Amazon Resource Name (ARN) of the certificate.
 - status str
 - The validation status of the certificate.
 - Sequence[root_Tag]
 - An array of key-value pairs to apply to this resource.
 
- certificate
Arn String - The Amazon Resource Name (ARN) of the certificate.
 - status String
 - The validation status of the certificate.
 - List<Property Map>
 - An array of key-value pairs to apply to this resource.
 
Supporting Types
Tag
Package Details
- Repository
 - AWS Native pulumi/pulumi-aws-native
 - License
 - Apache-2.0
 
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
