When passing CreateContainerServiceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
service_name: "ContainerServiceName", power: "nano", scale: 1, tags: [
{
key: "TagKey",
value: "TagValue",
},
],
public_domain_names: {
"string" => ["string"],
},
deployment: {
containers: {
"ContainerName" => {
image: "string",
command: ["string"],
environment: {
"string" => "string",
},
ports: {
"string" => "HTTP", },
},
},
public_endpoint: {
container_name: "string", container_port: 1, health_check: {
healthy_threshold: 1,
unhealthy_threshold: 1,
timeout_seconds: 1,
interval_seconds: 1,
path: "string",
success_codes: "string",
},
},
},
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4