Class CfnContainerMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerMixinProps
CfnContainerMixinProps-
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.cfnpropertymixins.services.lightsail.CfnContainerMixinProps
CfnContainerMixinProps.Builder, CfnContainerMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnContainerMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerMixinProps.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 ObjectAn object that describes the configuration for the container service to access private container image repositories, such as ( Amazon ECR ) private repositories.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 theCfnContainerMixinProps.Builder.
-
-
Method Details
-
getContainerServiceDeployment
Description copied from interface:CfnContainerMixinPropsAn object that describes the current container deployment of the container service.Returns union: either
IResolvableorCfnContainerPropsMixin.ContainerServiceDeploymentProperty- Specified by:
getContainerServiceDeploymentin interfaceCfnContainerMixinProps- See Also:
-
getIsDisabled
Description copied from interface:CfnContainerMixinPropsA Boolean value indicating whether the container service is disabled.Returns union: either
BooleanorIResolvable- Specified by:
getIsDisabledin interfaceCfnContainerMixinProps- See Also:
-
getPower
Description copied from interface:CfnContainerMixinPropsThe 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 interfaceCfnContainerMixinProps- See Also:
-
getPrivateRegistryAccess
Description copied from interface:CfnContainerMixinPropsAn object that describes the configuration for the container service to access private container image repositories, such as ( Amazon ECR ) private repositories.For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide .
Returns union: either
IResolvableorCfnContainerPropsMixin.PrivateRegistryAccessProperty- Specified by:
getPrivateRegistryAccessin interfaceCfnContainerMixinProps- See Also:
-
getPublicDomainNames
Description copied from interface:CfnContainerMixinPropsThe 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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnContainerPropsMixin.PublicDomainNameProperty>- Specified by:
getPublicDomainNamesin interfaceCfnContainerMixinProps- See Also:
-
getScale
Description copied from interface:CfnContainerMixinPropsThe scale specification of the container service.The scale specifies the allocated compute nodes of the container service.
- Specified by:
getScalein interfaceCfnContainerMixinProps- See Also:
-
getServiceName
Description copied from interface:CfnContainerMixinPropsThe name of the container service.- Specified by:
getServiceNamein interfaceCfnContainerMixinProps- See Also:
-
getTags
Description copied from interface:CfnContainerMixinPropsAn 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 interfaceCfnContainerMixinProps- See Also:
-
$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()
-