1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. certificatemanager
  6. getCertificate

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Resource Type definition for AWS::CertificateManager::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_arn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetCertificateResult
    def get_certificate_output(certificate_arn: pulumi.Input[Optional[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:certificatemanager:getCertificate
      arguments:
        # arguments dictionary
    data "aws-native_certificatemanager_get_certificate" "name" {
        # arguments
    }

    The following arguments are supported:

    CertificateArn string
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    CertificateArn string
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    certificate_arn string
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    certificateArn String
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    certificateArn string
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    certificate_arn str
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    certificateArn String
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.

    getCertificate Result

    The following output properties are available:

    CertificateArn string
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    CertificateTransparencyLoggingPreference Pulumi.AwsNative.CertificateManager.CertificateTransparencyLoggingPreference
    You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Key-value pairs that can identify the certificate.
    CertificateArn string
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    CertificateTransparencyLoggingPreference CertificateTransparencyLoggingPreference
    You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
    Tags Tag
    Key-value pairs that can identify the certificate.
    certificate_arn string
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    certificate_transparency_logging_preference "ENABLED" | "DISABLED"
    You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
    tags list(object)
    Key-value pairs that can identify the certificate.
    certificateArn String
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    certificateTransparencyLoggingPreference CertificateTransparencyLoggingPreference
    You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
    tags List<Tag>
    Key-value pairs that can identify the certificate.
    certificateArn string
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    certificateTransparencyLoggingPreference CertificateTransparencyLoggingPreference
    You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
    tags Tag[]
    Key-value pairs that can identify the certificate.
    certificate_arn str
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    certificate_transparency_logging_preference CertificateTransparencyLoggingPreference
    You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
    tags Sequence[root_Tag]
    Key-value pairs that can identify the certificate.
    certificateArn String
    The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
    certificateTransparencyLoggingPreference "ENABLED" | "DISABLED"
    You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
    tags List<Property Map>
    Key-value pairs that can identify the certificate.

    Supporting Types

    CertificateTransparencyLoggingPreference

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial