Class Docker.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.circleci.Docker.Jsii$Proxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.circleci.Docker
Docker.Builder, Docker.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Docker.Builder builder)Constructor that initializes the object based on literal property values passed by theDocker.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,String>getAuth()(experimental) Authentication for registries using standard docker login credentials.Map<String,String>getAwsAuth()(experimental) Authentication for AWS Elastic Container Registry (ECR).List<String>getCommand()(experimental) The command used as pid 1 (or args for entrypoint) when launching the container.List<String>getEntrypoint()(experimental) The command used as executable when launching the container.Map<String,Object>getEnvironment()(experimental) A map of environment variable names and values.StringgetImage()(experimental) The name of a custom docker image to use.StringgetName()(experimental) The name the container is reachable by.StringgetUser()(experimental) Which user to run commands as within the Docker container.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(Docker.Builder builder)
Constructor that initializes the object based on literal property values passed by theDocker.Builder.
-
-
Method Detail
-
getImage
public final String getImage()
Description copied from interface:Docker(experimental) The name of a custom docker image to use.
-
getAuth
public final Map<String,String> getAuth()
Description copied from interface:Docker(experimental) Authentication for registries using standard docker login credentials.
-
getAwsAuth
public final Map<String,String> getAwsAuth()
Description copied from interface:Docker(experimental) Authentication for AWS Elastic Container Registry (ECR).- Specified by:
getAwsAuthin interfaceDocker
-
getCommand
public final List<String> getCommand()
Description copied from interface:Docker(experimental) The command used as pid 1 (or args for entrypoint) when launching the container.- Specified by:
getCommandin interfaceDocker
-
getEntrypoint
public final List<String> getEntrypoint()
Description copied from interface:Docker(experimental) The command used as executable when launching the container.- Specified by:
getEntrypointin interfaceDocker
-
getEnvironment
public final Map<String,Object> getEnvironment()
Description copied from interface:Docker(experimental) A map of environment variable names and values.- Specified by:
getEnvironmentin interfaceDocker
-
getName
public final String getName()
Description copied from interface:Docker(experimental) The name the container is reachable by.By default, container services are accessible through localhost
-
getUser
public final String getUser()
Description copied from interface:Docker(experimental) Which user to run commands as within the Docker container.
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-