AWSACMCertificate
No description
type AWSACMCertificate {
metadata: ResourceMetadata!
id: String!
arn: String!
authorityArn: String!
createdAt: DateTime
domainName: String!
domainValidationOptions: [AWSACMCertificateDomainValidation!]!
extendedKeyUsages: [AWSACMCertificateExtendedKeyUsage!]!
failureReason: AWSACMCertificateFailureReasonType!
importedAt: DateTime
inUseBy: [String!]!
issuedAt: DateTime
issuer: String!
keyAlgorithm: AWSACMCertificateKeyAlgorithmType!
keyUsages: [AWSACMCertificateKeyUsage!]!
notAfter: DateTime
notBefore: DateTime
options: AWSACMCertificateOptions
renewalEligibility: AWSACMCertificateRenewalEligibilityType!
renewalSummary: AWSACMCertificateRenewalSummary
revocationReason: AWSACMCertificateRevocationReasonType!
revokedAt: DateTime
serial: String!
signatureAlgorithm: String!
status: AWSACMCertificateStatusType!
subject: String!
subjectAlternativeNames: [String!]!
type: AWSACMCertificateType!
}
Fields
AWSACMCertificate.metadata
● ResourceMetadata!
non-null object
The metadata to identify this resource in Shisho Cloud
AWSACMCertificate.id
● String!
non-null scalar
The ID of the certificate
AWSACMCertificate.arn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the certificate
AWSACMCertificate.authorityArn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the private certificate authority (CA) that issued the certificate
AWSACMCertificate.createdAt
● DateTime
scalar
The time at which the certificate was requested
AWSACMCertificate.domainName
● String!
non-null scalar
The fully qualified domain name for the certificate, such as www.example.com or example.com
AWSACMCertificate.domainValidationOptions
● [AWSACMCertificateDomainValidation!]!
non-null object
Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request
AWSACMCertificate.extendedKeyUsages
● [AWSACMCertificateExtendedKeyUsage!]!
non-null object
Contains a list of Extended Key Usage X.509 v3 extension objects
AWSACMCertificate.failureReason
● AWSACMCertificateFailureReasonType!
non-null enum
The reason the certificate request failed
AWSACMCertificate.importedAt
● DateTime
scalar
The date and time when the certificate was imported
AWSACMCertificate.inUseBy
● [String!]!
non-null scalar
A list of ARNs for the Amazon Web Services resources that are using the certificate
AWSACMCertificate.issuedAt
● DateTime
scalar
The time at which the certificate was issued
AWSACMCertificate.issuer
● String!
non-null scalar
The name of the certificate authority that issued and signed the certificate
AWSACMCertificate.keyAlgorithm
● AWSACMCertificateKeyAlgorithmType!
non-null enum
The algorithm that was used to generate the public-private key pair
AWSACMCertificate.keyUsages
● [AWSACMCertificateKeyUsage!]!
non-null object
A list of Key Usage X.509 v3 extension objects
AWSACMCertificate.notAfter
● DateTime
scalar
The time after which the certificate is not valid
AWSACMCertificate.notBefore
● DateTime
scalar
The time before which the certificate is not valid
AWSACMCertificate.options
● AWSACMCertificateOptions
object
Value that specifies whether to add the certificate to a transparency log
AWSACMCertificate.renewalEligibility
● AWSACMCertificateRenewalEligibilityType!
non-null enum
Specifies whether the certificate is eligible for renewal
AWSACMCertificate.renewalSummary
● AWSACMCertificateRenewalSummary
object
Contains information about the status of ACM's managed renewal for the certificate
AWSACMCertificate.revocationReason
● AWSACMCertificateRevocationReasonType!
non-null enum
The reason the certificate was revoked
AWSACMCertificate.revokedAt
● DateTime
scalar
The time at which the certificate was revoked
AWSACMCertificate.serial
● String!
non-null scalar
The serial number of the certificate
AWSACMCertificate.signatureAlgorithm
● String!
non-null scalar
The algorithm that was used to sign the certificate
AWSACMCertificate.status
● AWSACMCertificateStatusType!
non-null enum
The status of the certificate
AWSACMCertificate.subject
● String!
non-null scalar
The name of the entity that is associated with the public key contained in the certificate
AWSACMCertificate.subjectAlternativeNames
● [String!]!
non-null scalar
One or more domain names (subject alternative names) included in the certificate
AWSACMCertificate.type
● AWSACMCertificateType!
non-null enum
The source of the certificate
Member of
AWSACM
object