| 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.ContainerServiceDeploymentRequest
Description
Synopsis
- data ContainerServiceDeploymentRequest = ContainerServiceDeploymentRequest' {}
- newContainerServiceDeploymentRequest :: ContainerServiceDeploymentRequest
- containerServiceDeploymentRequest_containers :: Lens' ContainerServiceDeploymentRequest (Maybe (HashMap Text Container))
- containerServiceDeploymentRequest_publicEndpoint :: Lens' ContainerServiceDeploymentRequest (Maybe EndpointRequest)
Documentation
data ContainerServiceDeploymentRequest Source #
Describes a container deployment configuration of an Amazon Lightsail container service.
A deployment specifies the settings, such as the ports and launch command, of containers that are deployed to your container service.
See: newContainerServiceDeploymentRequest smart constructor.
Constructors
| ContainerServiceDeploymentRequest' | |
Fields
| |
Instances
newContainerServiceDeploymentRequest :: ContainerServiceDeploymentRequest Source #
Create a value of ContainerServiceDeploymentRequest 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:containers:ContainerServiceDeploymentRequest', containerServiceDeploymentRequest_containers - An object that describes the configuration for the containers of the
deployment.
$sel:publicEndpoint:ContainerServiceDeploymentRequest', containerServiceDeploymentRequest_publicEndpoint - An object that describes the endpoint of the deployment.
containerServiceDeploymentRequest_containers :: Lens' ContainerServiceDeploymentRequest (Maybe (HashMap Text Container)) Source #
An object that describes the configuration for the containers of the deployment.
containerServiceDeploymentRequest_publicEndpoint :: Lens' ContainerServiceDeploymentRequest (Maybe EndpointRequest) Source #
An object that describes the endpoint of the deployment.