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
| Name | Type | Description |
|---|---|---|
provider ⚠️ | String | Certificate provider. This field is deprecated. ⚠️ Deprecated: No longer supported |
region ⚠️ | String | AWS region for the certificate. This field is deprecated. ⚠️ Deprecated: No longer supported |
arn ⚠️ | String | AWS ARN for the certificate. This field is deprecated. ⚠️ Deprecated: No longer supported |
validated | Boolean | Whether the certificate has been validated. |
status | String | Current status of the certificate. |
addedToLoadBalancer ⚠️ | Boolean | Whether the certificate has been added to the load balancer. This field is deprecated. ⚠️ Deprecated: No longer supported |
loadBalancer ⚠️ | String | Load balancer identifier. This field is deprecated. ⚠️ Deprecated: No longer supported |
records | [ConfigDomainCertificateRecord!] | DNS records required for certificate validation. |