Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsCertificateManagerCertificateDetails

import type { AwsCertificateManagerCertificateDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides details about an Certificate Manager certificate.

interface AwsCertificateManagerCertificateDetails {
CertificateAuthorityArn?: string | null;
CreatedAt?: string | null;
DomainName?: string | null;
DomainValidationOptions?: AwsCertificateManagerCertificateDomainValidationOption[] | null;
FailureReason?: string | null;
ImportedAt?: string | null;
InUseBy?: string[] | null;
IssuedAt?: string | null;
Issuer?: string | null;
KeyAlgorithm?: string | null;
NotAfter?: string | null;
NotBefore?: string | null;
RenewalEligibility?: string | null;
Serial?: string | null;
SignatureAlgorithm?: string | null;
Status?: string | null;
Subject?: string | null;
SubjectAlternativeNames?: string[] | null;
Type?: string | null;
}

§Properties

§
CertificateAuthorityArn?: string | null
[src]

The ARN of the private certificate authority (CA) that will be used to issue the certificate.

§
CreatedAt?: string | null
[src]

Indicates when the certificate was requested.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
DomainName?: string | null
[src]

The fully qualified domain name (FQDN), such as www.example.com, that is secured by the certificate.

§

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request.

Only provided if the certificate type is AMAZON_ISSUED.

§

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

§
FailureReason?: string | null
[src]

For a failed certificate request, the reason for the failure.

Valid values: NO_AVAILABLE_CONTACTS | ADDITIONAL_VERIFICATION_REQUIRED | DOMAIN_NOT_ALLOWED | INVALID_PUBLIC_DOMAIN | DOMAIN_VALIDATION_DENIED | CAA_ERROR | PCA_LIMIT_EXCEEDED | PCA_INVALID_ARN | PCA_INVALID_STATE | PCA_REQUEST_FAILED | PCA_NAME_CONSTRAINTS_VALIDATION | PCA_RESOURCE_NOT_FOUND | PCA_INVALID_ARGS | PCA_INVALID_DURATION | PCA_ACCESS_DENIED | SLR_NOT_FOUND | OTHER

§
ImportedAt?: string | null
[src]

Indicates when the certificate was imported. Provided if the certificate type is IMPORTED.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
InUseBy?: string[] | null
[src]

The list of ARNs for the Amazon Web Services resources that use the certificate.

§
IssuedAt?: string | null
[src]

Indicates when the certificate was issued. Provided if the certificate type is AMAZON_ISSUED.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
Issuer?: string | null
[src]

The name of the certificate authority that issued and signed the certificate.

§
KeyAlgorithm?: string | null
[src]

The algorithm that was used to generate the public-private key pair.

Valid values: RSA_2048 | RSA_1024 |RSA_4096 | EC_prime256v1 | EC_secp384r1 | EC_secp521r1

§

A list of key usage X.509 v3 extension objects.

§
NotAfter?: string | null
[src]

The time after which the certificate becomes invalid.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
NotBefore?: string | null
[src]

The time before which the certificate is not valid.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§

Provides a value that specifies whether to add the certificate to a transparency log.

§
RenewalEligibility?: string | null
[src]

Whether the certificate is eligible for renewal.

Valid values: ELIGIBLE | INELIGIBLE

§

Information about the status of the Certificate Manager managed renewal for the certificate. Provided only when the certificate type is AMAZON_ISSUED.

§
Serial?: string | null
[src]

The serial number of the certificate.

§
SignatureAlgorithm?: string | null
[src]

The algorithm that was used to sign the certificate.

§
Status?: string | null
[src]

The status of the certificate.

Valid values: PENDING_VALIDATION | ISSUED | INACTIVE | EXPIRED | VALIDATION_TIMED_OUT | REVOKED | FAILED

§
Subject?: string | null
[src]

The name of the entity that is associated with the public key contained in the certificate.

§
SubjectAlternativeNames?: string[] | null
[src]

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate.

The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

§
Type?: string | null
[src]

The source of the certificate. For certificates that Certificate Manager provides, Type is AMAZON_ISSUED. For certificates that are imported with ImportCertificate, Type is IMPORTED.

Valid values: IMPORTED | AMAZON_ISSUED | PRIVATE