Class CfnContainerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerProps
CfnContainerProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lightsail.CfnContainerProps
CfnContainerProps.Builder, CfnContainerProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnContainerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
An object that describes the current container deployment of the container service.final Object
A Boolean value indicating whether the container service is disabled.final String
getPower()
The power specification of the container service.final Object
The public domain name of the container service, such asexample.com
andwww.example.com
.final Number
getScale()
The scale specification of the container service.final String
The name of the container service.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnContainerProps.Builder
.
-
-
Method Details
-
getPower
Description copied from interface:CfnContainerProps
The power specification of the container service.The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.
- Specified by:
getPower
in interfaceCfnContainerProps
-
getScale
Description copied from interface:CfnContainerProps
The scale specification of the container service.The scale specifies the allocated compute nodes of the container service.
- Specified by:
getScale
in interfaceCfnContainerProps
-
getServiceName
Description copied from interface:CfnContainerProps
The name of the container service.- Specified by:
getServiceName
in interfaceCfnContainerProps
-
getContainerServiceDeployment
Description copied from interface:CfnContainerProps
An object that describes the current container deployment of the container service.- Specified by:
getContainerServiceDeployment
in interfaceCfnContainerProps
-
getIsDisabled
Description copied from interface:CfnContainerProps
A Boolean value indicating whether the container service is disabled.- Specified by:
getIsDisabled
in interfaceCfnContainerProps
-
getPublicDomainNames
Description copied from interface:CfnContainerProps
The public domain name of the container service, such asexample.com
andwww.example.com
.You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container that is configured as the public endpoint of your container service.
If you don't specify public domain names, then you can use the default domain of the container service.
You must create and validate an SSL/TLS certificate before you can use public domain names with your container service. Use the AWS::Lightsail::Certificate resource to create a certificate for the public domain names that you want to use with your container service.
- Specified by:
getPublicDomainNames
in interfaceCfnContainerProps
-
getTags
Description copied from interface:CfnContainerProps
An array of key-value pairs to apply to this resource.For more information, see Tag in the AWS CloudFormation User Guide .
The
Value
ofTags
is optional for Lightsail resources.- Specified by:
getTags
in interfaceCfnContainerProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-