Class AppState


  • public final class AppState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AppState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static AppState Empty  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> appName()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> appType()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()  
      static AppState.Builder builder()  
      static AppState.Builder builder​(AppState defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> domainId()  
      java.util.Optional<com.pulumi.core.Output<AppResourceSpecArgs>> resourceSpec()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> spaceName()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
      Deprecated.
      Please use `tags` instead.
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> userProfileName()  
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Empty

        public static final AppState Empty
    • Method Detail

      • appName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> appName()
        Returns:
        The name of the app.
      • appType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> appType()
        Returns:
        The type of app. Valid values are `JupyterServer`, `KernelGateway`, `RStudioServerPro`, `RSessionGateway` and `TensorBoard`.
      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The Amazon Resource Name (ARN) of the app.
      • domainId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> domainId()
        Returns:
        The domain ID.
      • resourceSpec

        public java.util.Optional<com.pulumi.core.Output<AppResourceSpecArgs>> resourceSpec()
        Returns:
        The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.See Resource Spec below.
      • spaceName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> spaceName()
        Returns:
        The name of the space. At least one of `user_profile_name` or `space_name` required.
      • 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.
      • userProfileName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> userProfileName()
        Returns:
        The user profile name. At least one of `user_profile_name` or `space_name` required.