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:



3275
3276
3277
3278
3279
3280
3281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3275

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.



3275
3276
3277
3278
3279
3280
3281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3275

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)


3275
3276
3277
3278
3279
3280
3281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3275

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