Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ContainerServiceDeploymentRequest = ContainerServiceDeploymentRequest' {}
- newContainerServiceDeploymentRequest :: ContainerServiceDeploymentRequest
- containerServiceDeploymentRequest_publicEndpoint :: Lens' ContainerServiceDeploymentRequest (Maybe EndpointRequest)
- containerServiceDeploymentRequest_containers :: Lens' ContainerServiceDeploymentRequest (Maybe (HashMap Text Container))
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.
ContainerServiceDeploymentRequest' | |
|
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:publicEndpoint:ContainerServiceDeploymentRequest'
, containerServiceDeploymentRequest_publicEndpoint
- An object that describes the endpoint of the deployment.
$sel:containers:ContainerServiceDeploymentRequest'
, containerServiceDeploymentRequest_containers
- 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.
containerServiceDeploymentRequest_containers :: Lens' ContainerServiceDeploymentRequest (Maybe (HashMap Text Container)) Source #
An object that describes the configuration for the containers of the deployment.