Creates a deployment for your Amazon Lightsail container service
Source:R/lightsail_operations.R
lightsail_create_container_service_deployment.RdCreates a deployment for your Amazon Lightsail container service.
See https://www.paws-r-sdk.com/docs/lightsail_create_container_service_deployment/ for full documentation.
Usage
lightsail_create_container_service_deployment(
serviceName,
containers = NULL,
publicEndpoint = NULL
)Arguments
- serviceName
[required] The name of the container service for which to create the deployment.
- containers
An object that describes the settings of the containers that will be launched on the container service.
- publicEndpoint
An object that describes the settings of the public endpoint for the container service.