Class CustomContainerArgs


  • public final class CustomContainerArgs
    extends com.pulumi.resources.ResourceArgs
    Custom container payload
    • Method Detail

      • args

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> args()
        Returns:
        Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
      • command

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> command()
        Returns:
        Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
      • containerImage

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> containerImage()
        Returns:
        Container image of the custom container. This should be in the form of <repository>:<tag> without the server name of the registry
      • imageRegistryCredential

        public java.util.Optional<com.pulumi.core.Output<ImageRegistryCredentialArgs>> imageRegistryCredential()
        Returns:
        Credential of the image registry
      • languageFramework

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> languageFramework()
        Returns:
        Language framework of the container image uploaded
      • server

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> server()
        Returns:
        The name of the registry that contains the container image