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

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



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

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.



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

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)


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

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