Class: Aws::Lightsail::Types::CreateContainerServiceDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateContainerServiceDeploymentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#containers ⇒ Hash<String,Types::Container>
An object that describes the settings of the containers that will be launched on the container service.
-
#public_endpoint ⇒ Types::EndpointRequest
An object that describes the settings of the public endpoint for the container service.
-
#service_name ⇒ String
The name of the container service for which to create the deployment.
Instance Attribute Details
#containers ⇒ Hash<String,Types::Container>
An object that describes the settings of the containers that will be launched on 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 |
#public_endpoint ⇒ Types::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_name ⇒ String
The name of the container service for which to create the deployment.
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 |