Skip to main content

ConfigDomainCertificate Object

Description

SSL certificate configuration for a domain.

Declaration

type ConfigDomainCertificate {
provider: String
region: String
arn: String
validated: Boolean
status: String
addedToLoadBalancer: Boolean
loadBalancer: String
records: [ConfigDomainCertificateRecord!]
}

Fields

NameTypeDescription
provider ⚠️StringCertificate provider. This field is deprecated. ⚠️ Deprecated: No longer supported
region ⚠️StringAWS region for the certificate. This field is deprecated. ⚠️ Deprecated: No longer supported
arn ⚠️StringAWS ARN for the certificate. This field is deprecated. ⚠️ Deprecated: No longer supported
validatedBooleanWhether the certificate has been validated.
statusStringCurrent status of the certificate.
addedToLoadBalancer ⚠️BooleanWhether the certificate has been added to the load balancer. This field is deprecated. ⚠️ Deprecated: No longer supported
loadBalancer ⚠️StringLoad balancer identifier. This field is deprecated. ⚠️ Deprecated: No longer supported
records[ConfigDomainCertificateRecord!]DNS records required for certificate validation.