View source: R/lightsail_operations.R
lightsail_create_container_service_deployment | R Documentation |
Creates a deployment for your Amazon Lightsail container service.
See https://www.paws-r-sdk.com/docs/lightsail_create_container_service_deployment/ for full documentation.
lightsail_create_container_service_deployment(
serviceName,
containers = NULL,
publicEndpoint = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.