GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::SecurityHub::AwsCertificateManagerCertificateDetails(3) User Contributed Perl Documentation Paws::SecurityHub::AwsCertificateManagerCertificateDetails(3)

Paws::SecurityHub::AwsCertificateManagerCertificateDetails

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::SecurityHub::AwsCertificateManagerCertificateDetails object:

  $service_obj->Method(Att1 => { CertificateAuthorityArn => $value, ..., Type => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::SecurityHub::AwsCertificateManagerCertificateDetails object:

  $result = $service_obj->Method(...);
  $result->Att1->CertificateAuthorityArn

Provides details about an AWS Certificate Manager certificate.

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

Indicates when the certificate was requested.

Uses the "date-time" format specified in RFC 3339 section 5.6, Internet Date/Time Format (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, "2020-03-22T13:22:13.933Z".

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).

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"

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 (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, "2020-03-22T13:22:13.933Z".

The list of ARNs for the AWS resources that use the certificate.

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 (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, "2020-03-22T13:22:13.933Z".

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

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.

The time after which the certificate becomes invalid.

Uses the "date-time" format specified in RFC 3339 section 5.6, Internet Date/Time Format (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, "2020-03-22T13:22:13.933Z".

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 (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, "2020-03-22T13:22:13.933Z".

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

Whether the certificate is eligible for renewal.

Valid values: "ELIGIBLE" | "INELIGIBLE"

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

The serial number of the certificate.

The algorithm that was used to sign the certificate.

The status of the certificate.

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

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

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.

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

Valid values: "IMPORTED" | "AMAZON_ISSUED" | "PRIVATE"

This class forms part of Paws, describing an object used in Paws::SecurityHub

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.