| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Lightsail.Types.ContainerServiceStateDetail
Description
Synopsis
- data ContainerServiceStateDetail = ContainerServiceStateDetail' {}
- newContainerServiceStateDetail :: ContainerServiceStateDetail
- containerServiceStateDetail_code :: Lens' ContainerServiceStateDetail (Maybe ContainerServiceStateDetailCode)
- containerServiceStateDetail_message :: Lens' ContainerServiceStateDetail (Maybe Text)
Documentation
data ContainerServiceStateDetail Source #
Describes the current state of a container service.
See: newContainerServiceStateDetail smart constructor.
Constructors
| ContainerServiceStateDetail' | |
Fields
| |
Instances
newContainerServiceStateDetail :: ContainerServiceStateDetail Source #
Create a value of ContainerServiceStateDetail with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:code:ContainerServiceStateDetail', containerServiceStateDetail_code - The state code of the container service.
The following state codes are possible:
The following state codes are possible if your container service is in a
DEPLOYINGorUPDATINGstate:CREATING_SYSTEM_RESOURCES- The system resources for your container service are being created.CREATING_NETWORK_INFRASTRUCTURE- The network infrastructure for your container service are being created.PROVISIONING_CERTIFICATE- The SSL/TLS certificate for your container service is being created.PROVISIONING_SERVICE- Your container service is being provisioned.CREATING_DEPLOYMENT- Your deployment is being created on your container service.EVALUATING_HEALTH_CHECK- The health of your deployment is being evaluated.ACTIVATING_DEPLOYMENT- Your deployment is being activated.
The following state codes are possible if your container service is in a
PENDINGstate:CERTIFICATE_LIMIT_EXCEEDED- The SSL/TLS certificate required for your container service exceeds the maximum number of certificates allowed for your account.UNKNOWN_ERROR- An error was experienced when your container service was being created.
$sel:message:ContainerServiceStateDetail', containerServiceStateDetail_message - A message that provides more information for the state code.
The state detail is populated only when a container service is in a
PENDING, DEPLOYING, or UPDATING state.
containerServiceStateDetail_code :: Lens' ContainerServiceStateDetail (Maybe ContainerServiceStateDetailCode) Source #
The state code of the container service.
The following state codes are possible:
The following state codes are possible if your container service is in a
DEPLOYINGorUPDATINGstate:CREATING_SYSTEM_RESOURCES- The system resources for your container service are being created.CREATING_NETWORK_INFRASTRUCTURE- The network infrastructure for your container service are being created.PROVISIONING_CERTIFICATE- The SSL/TLS certificate for your container service is being created.PROVISIONING_SERVICE- Your container service is being provisioned.CREATING_DEPLOYMENT- Your deployment is being created on your container service.EVALUATING_HEALTH_CHECK- The health of your deployment is being evaluated.ACTIVATING_DEPLOYMENT- Your deployment is being activated.
The following state codes are possible if your container service is in a
PENDINGstate:CERTIFICATE_LIMIT_EXCEEDED- The SSL/TLS certificate required for your container service exceeds the maximum number of certificates allowed for your account.UNKNOWN_ERROR- An error was experienced when your container service was being created.
containerServiceStateDetail_message :: Lens' ContainerServiceStateDetail (Maybe Text) Source #
A message that provides more information for the state code.
The state detail is populated only when a container service is in a
PENDING, DEPLOYING, or UPDATING state.