import * as mod from "https://aws-api.deno.dev/v0.2/services/acmpca.ts?docs=full";
AccessDescription | Provides access information used by the |
AccessMethod | Describes the type and format of extension access.
Only one of |
ApiPassthrough | Contains X.509 certificate information to be placed in an issued certificate.
An |
ASN1Subject | Contains information about the certificate subject.
The |
CertificateAuthority | Contains information about your private certificate authority (CA). Your private CA can issue and revoke X.509 digital certificates. Digital certificates verify that the entity named in the certificate Subject field owns or controls the public key contained in the Subject Public Key Info field. Call the CreateCertificateAuthority action to create your private CA. You must then call the GetCertificateAuthorityCertificate action to retrieve a private CA certificate signing request (CSR). Sign the CSR with your ACM Private CA-hosted or on-premises root or subordinate CA certificate. Call the ImportCertificateAuthorityCertificate action to import the signed certificate into AWS Certificate Manager (ACM). |
CertificateAuthorityConfiguration | Contains configuration information for your private certificate authority (CA). This includes information about the class of public key algorithm and the key pair that your private CA creates when it issues a certificate. It also includes the signature algorithm that it uses when issuing certificates, and its X.500 distinguished name. You must specify this information when you call the CreateCertificateAuthority action. |
CreateCertificateAuthorityAuditReportRequest | |
CreateCertificateAuthorityAuditReportResponse | |
CreateCertificateAuthorityRequest | |
CreateCertificateAuthorityResponse | |
CreatePermissionRequest | |
CrlConfiguration | Contains configuration information for a certificate revocation list (CRL).
Your private certificate authority (CA) creates base CRLs.
Delta CRLs are not supported.
You can enable CRLs for your new or an existing private CA by setting the Enabled parameter to |
CsrExtensions | Describes the certificate extensions to be added to the certificate signing request (CSR). |
DeleteCertificateAuthorityRequest | |
DeletePermissionRequest | |
DeletePolicyRequest | |
DescribeCertificateAuthorityAuditReportRequest | |
DescribeCertificateAuthorityAuditReportResponse | |
DescribeCertificateAuthorityRequest | |
DescribeCertificateAuthorityResponse | |
EdiPartyName | Describes an Electronic Data Interchange (EDI) entity as described in as defined in Subject Alternative Name in RFC 5280. |
ExtendedKeyUsage | Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the |
Extensions | Contains X.509 extension information for a certificate. |
GeneralName | Describes an ASN.1 X.400 |
GetCertificateAuthorityCertificateRequest | |
GetCertificateAuthorityCertificateResponse | |
GetCertificateAuthorityCsrRequest | |
GetCertificateAuthorityCsrResponse | |
GetCertificateRequest | |
GetCertificateResponse | |
GetPolicyRequest | |
GetPolicyResponse | |
ImportCertificateAuthorityCertificateRequest | |
IssueCertificateRequest | |
IssueCertificateResponse | |
KeyUsage | Defines one or more purposes for which the key contained in the certificate can be used. Default value for each option is false. |
ListCertificateAuthoritiesRequest | |
ListCertificateAuthoritiesResponse | |
ListPermissionsRequest | |
ListPermissionsResponse | |
ListTagsRequest | |
ListTagsResponse | |
OtherName | Defines a custom ASN.1 X.400 |
Permission | Permissions designate which private CA actions can be performed by an AWS service or entity.
In order for ACM to automatically renew private certificates, you must give the ACM service principal all available permissions ( |
PolicyInformation | Defines the X.509 |
PolicyQualifierInfo | Modifies the |
PutPolicyRequest | |
Qualifier | Defines a |
RestoreCertificateAuthorityRequest | |
RevocationConfiguration | Certificate revocation information used by the CreateCertificateAuthority and UpdateCertificateAuthority actions. Your private certificate authority (CA) can create and maintain a certificate revocation list (CRL). A CRL contains information about certificates revoked by your CA. For more information, see RevokeCertificate. |
RevokeCertificateRequest | |
Tag | Tags are labels that you can use to identify and organize your private CAs. Each tag consists of a key and an optional value. You can associate up to 50 tags with a private CA. To add one or more tags to a private CA, call the TagCertificateAuthority action. To remove a tag, call the UntagCertificateAuthority action. |
TagCertificateAuthorityRequest | |
UntagCertificateAuthorityRequest | |
UpdateCertificateAuthorityRequest | |
Validity | Validity specifies the period of time during which a certificate is valid. Validity can be expressed as an explicit date and time when the validity of a certificate starts or expires, or as a span of time after issuance, stated in days, months, or years. For more information, see Validity in RFC 5280. |