Class AppImageConfigState


  • public final class AppImageConfigState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • appImageConfigName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> appImageConfigName()
        Returns:
        The name of the App Image Config.
      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The Amazon Resource Name (ARN) assigned by AWS to this App Image Config.
      • codeEditorAppImageConfig

        public java.util.Optional<com.pulumi.core.Output<AppImageConfigCodeEditorAppImageConfigArgs>> codeEditorAppImageConfig()
        Returns:
        The CodeEditorAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in Code Editor. See Code Editor App Image Config details below.
      • jupyterLabImageConfig

        public java.util.Optional<com.pulumi.core.Output<AppImageConfigJupyterLabImageConfigArgs>> jupyterLabImageConfig()
        Returns:
        The JupyterLabAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab. See Jupyter Lab Image Config details below.
      • kernelGatewayImageConfig

        public java.util.Optional<com.pulumi.core.Output<AppImageConfigKernelGatewayImageConfigArgs>> kernelGatewayImageConfig()
        Returns:
        The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. See Kernel Gateway Image Config details below.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.