Class: Aws::Lightsail::Types::ContainerServiceDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ContainerServiceDeploymentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#containers ⇒ Hash<String,Types::Container>
An object that describes the configuration for the containers of the deployment.
-
#public_endpoint ⇒ Types::EndpointRequest
An object that describes the endpoint of the deployment.
Instance Attribute Details
#containers ⇒ Hash<String,Types::Container>
An object that describes the configuration for the containers of the deployment.
2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-lightsail/types.rb', line 2363 class ContainerServiceDeploymentRequest < Struct.new( :containers, :public_endpoint) SENSITIVE = [] include Aws::Structure end |
#public_endpoint ⇒ Types::EndpointRequest
An object that describes the endpoint of the deployment.
2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-lightsail/types.rb', line 2363 class ContainerServiceDeploymentRequest < Struct.new( :containers, :public_endpoint) SENSITIVE = [] include Aws::Structure end |