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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lightsail.CfnContainerProps
CfnContainerProps.Builder, CfnContainerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnContainerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectAn object that describes the current container deployment of the container service.final ObjectA Boolean value indicating whether the container service is disabled.final StringgetPower()The power specification of the container service.final ObjectThe public domain name of the container service, such asexample.comandwww.example.com.final NumbergetScale()The scale specification of the container service.final StringThe name of the container service.getTags()An array of key-value pairs to apply to this resource.final inthashCode()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:CfnContainerPropsThe 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:
getPowerin interfaceCfnContainerProps
-
getScale
Description copied from interface:CfnContainerPropsThe scale specification of the container service.The scale specifies the allocated compute nodes of the container service.
- Specified by:
getScalein interfaceCfnContainerProps
-
getServiceName
Description copied from interface:CfnContainerPropsThe name of the container service.- Specified by:
getServiceNamein interfaceCfnContainerProps
-
getContainerServiceDeployment
Description copied from interface:CfnContainerPropsAn object that describes the current container deployment of the container service.- Specified by:
getContainerServiceDeploymentin interfaceCfnContainerProps
-
getIsDisabled
Description copied from interface:CfnContainerPropsA Boolean value indicating whether the container service is disabled.- Specified by:
getIsDisabledin interfaceCfnContainerProps
-
getPublicDomainNames
Description copied from interface:CfnContainerPropsThe public domain name of the container service, such asexample.comandwww.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:
getPublicDomainNamesin interfaceCfnContainerProps
-
getTags
Description copied from interface:CfnContainerPropsAn array of key-value pairs to apply to this resource.For more information, see Tag in the AWS CloudFormation User Guide .
The
ValueofTagsis optional for Lightsail resources.- Specified by:
getTagsin interfaceCfnContainerProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-