libZSservicesZSamazonka-lightsailZSamazonka-lightsail
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Lightsail.Types.ContainerServiceDeploymentRequest

Description

 
Synopsis

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

Instances details
Eq ContainerServiceDeploymentRequest Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceDeploymentRequest

Read ContainerServiceDeploymentRequest Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceDeploymentRequest

Show ContainerServiceDeploymentRequest Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceDeploymentRequest

Generic ContainerServiceDeploymentRequest Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceDeploymentRequest

Associated Types

type Rep ContainerServiceDeploymentRequest :: Type -> Type #

NFData ContainerServiceDeploymentRequest Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceDeploymentRequest

Hashable ContainerServiceDeploymentRequest Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceDeploymentRequest

ToJSON ContainerServiceDeploymentRequest Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceDeploymentRequest

type Rep ContainerServiceDeploymentRequest Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceDeploymentRequest

type Rep ContainerServiceDeploymentRequest = D1 ('MetaData "ContainerServiceDeploymentRequest" "Amazonka.Lightsail.Types.ContainerServiceDeploymentRequest" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "ContainerServiceDeploymentRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "publicEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointRequest)) :*: S1 ('MetaSel ('Just "containers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Container)))))

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_containers :: Lens' ContainerServiceDeploymentRequest (Maybe (HashMap Text Container)) Source #

An object that describes the configuration for the containers of the deployment.