Skip to main content

AppEnvironmentActivateLetsEncryptOnDomainInput

Variables for the Activate Let's Encrypt Mutation

input AppEnvironmentActivateLetsEncryptOnDomainInput {
domainId: Int
environmentId: Int
id: Int
includeWWW: Boolean
overrideExisting: Boolean
}

Fields

AppEnvironmentActivateLetsEncryptOnDomainInput.domainId ● Int scalar common

The unique ID for the domain

AppEnvironmentActivateLetsEncryptOnDomainInput.environmentId ● Int scalar common

The ID of the environment that this domain belongs to

AppEnvironmentActivateLetsEncryptOnDomainInput.id ● Int scalar common

The unique ID for the domain

AppEnvironmentActivateLetsEncryptOnDomainInput.includeWWW ● Boolean scalar common

Provisions the www-alt domain

AppEnvironmentActivateLetsEncryptOnDomainInput.overrideExisting ● Boolean scalar common

Overrides the existing certificate (if any) on the domain

Member Of

activateLetsEncryptOnDomainForAppEnvironment mutation