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 ContainerServiceEndpoint = ContainerServiceEndpoint' {}
- newContainerServiceEndpoint :: ContainerServiceEndpoint
- containerServiceEndpoint_healthCheck :: Lens' ContainerServiceEndpoint (Maybe ContainerServiceHealthCheckConfig)
- containerServiceEndpoint_containerName :: Lens' ContainerServiceEndpoint (Maybe Text)
- containerServiceEndpoint_containerPort :: Lens' ContainerServiceEndpoint (Maybe Int)
Documentation
data ContainerServiceEndpoint Source #
Describes the public endpoint configuration of a deployment of an Amazon Lightsail container service.
See: newContainerServiceEndpoint
smart constructor.
ContainerServiceEndpoint' | |
|
Instances
newContainerServiceEndpoint :: ContainerServiceEndpoint Source #
Create a value of ContainerServiceEndpoint
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:healthCheck:ContainerServiceEndpoint'
, containerServiceEndpoint_healthCheck
- An object that describes the health check configuration of the
container.
$sel:containerName:ContainerServiceEndpoint'
, containerServiceEndpoint_containerName
- The name of the container entry of the deployment that the endpoint
configuration applies to.
$sel:containerPort:ContainerServiceEndpoint'
, containerServiceEndpoint_containerPort
- The port of the specified container to which traffic is forwarded to.
containerServiceEndpoint_healthCheck :: Lens' ContainerServiceEndpoint (Maybe ContainerServiceHealthCheckConfig) Source #
An object that describes the health check configuration of the container.
containerServiceEndpoint_containerName :: Lens' ContainerServiceEndpoint (Maybe Text) Source #
The name of the container entry of the deployment that the endpoint configuration applies to.
containerServiceEndpoint_containerPort :: Lens' ContainerServiceEndpoint (Maybe Int) Source #
The port of the specified container to which traffic is forwarded to.