| Package | Description |
|---|---|
| software.amazon.awscdk.services.lightsail |
AWS::Lightsail Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnContainer.Builder |
CfnContainer.Builder.containerServiceDeployment(CfnContainer.ContainerServiceDeploymentProperty containerServiceDeployment)
An object that describes the current container deployment of the container service.
|
CfnContainer.Builder |
CfnContainer.Builder.containerServiceDeployment(IResolvable containerServiceDeployment)
An object that describes the current container deployment of the container service.
|
static CfnContainer.Builder |
CfnContainer.Builder.create(software.constructs.Construct scope,
String id) |
CfnContainer.Builder |
CfnContainer.Builder.isDisabled(Boolean isDisabled)
A Boolean value indicating whether the container service is disabled.
|
CfnContainer.Builder |
CfnContainer.Builder.isDisabled(IResolvable isDisabled)
A Boolean value indicating whether the container service is disabled.
|
CfnContainer.Builder |
CfnContainer.Builder.power(String power)
The power specification of the container service.
|
CfnContainer.Builder |
CfnContainer.Builder.publicDomainNames(IResolvable publicDomainNames)
The public domain name of the container service, such as `example.com` and `www.example.com` .
|
CfnContainer.Builder |
CfnContainer.Builder.publicDomainNames(List<? extends Object> publicDomainNames)
The public domain name of the container service, such as `example.com` and `www.example.com` .
|
CfnContainer.Builder |
CfnContainer.Builder.scale(Number scale)
The scale specification of the container service.
|
CfnContainer.Builder |
CfnContainer.Builder.serviceName(String serviceName)
The name of the container service.
|
CfnContainer.Builder |
CfnContainer.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
Copyright © 2022. All rights reserved.