Class: Aws::Lightsail::Types::ContainerServiceDeploymentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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

Instance Attribute Details

#containersHash<String,Types::Container>

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

Returns:



2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2363

class ContainerServiceDeploymentRequest < Struct.new(
  :containers,
  :public_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#public_endpointTypes::EndpointRequest

An object that describes the endpoint of the deployment.



2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2363

class ContainerServiceDeploymentRequest < Struct.new(
  :containers,
  :public_endpoint)
  SENSITIVE = []
  include Aws::Structure
end