Class: Aws::Lightsail::Types::CreateContainerServiceDeploymentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#containersHash<String,Types::Container>

An object that describes the settings of the containers that will be launched on the container service.

Returns:



3131
3132
3133
3134
3135
3136
3137
# File 'lib/aws-sdk-lightsail/types.rb', line 3131

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

#public_endpointTypes::EndpointRequest

An object that describes the settings of the public endpoint for the container service.



3131
3132
3133
3134
3135
3136
3137
# File 'lib/aws-sdk-lightsail/types.rb', line 3131

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

#service_nameString

The name of the container service for which to create the deployment.

Returns:

  • (String)


3131
3132
3133
3134
3135
3136
3137
# File 'lib/aws-sdk-lightsail/types.rb', line 3131

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