AppState class

Input properties used for looking up and filtering App resources.

Constructors

AppState({Input<String?>? appName, Input<String?>? appType, Input<String?>? arn, Input<String?>? domainId, Input<String?>? region, Input<AppResourceSpec?>? resourceSpec, Input<String?>? spaceName, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<String?>? userProfileName})
Creates a new AppState. appName The name of the app. appType The type of app. Valid values are JupyterServer, KernelGateway, RStudioServerPro, RSessionGateway, TensorBoard, CodeEditor, JupyterLab, DetailedProfiler, and Canvas. arn ARN of the app. domainId The domain ID. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. resourceSpec Instance type and the ARN of the SageMaker AI image created on the instance. See Resource Spec below. spaceName The name of the space. At least one of userProfileName or spaceName required. tags A map of tags to assign to the resource. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. userProfileName The user profile name. At least one of userProfileName or spaceName required.
const
AppState.fromMap(Map<String, dynamic> map)
factory

Properties

appName → Input<String?>?
The name of the app.
final
appType → Input<String?>?
The type of app. Valid values are JupyterServer, KernelGateway, RStudioServerPro, RSessionGateway, TensorBoard, CodeEditor, JupyterLab, DetailedProfiler, and Canvas.
final
arn → Input<String?>?
ARN of the app.
final
domainId → Input<String?>?
The domain ID.
final
hashCode int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
resourceSpec → Input<AppResourceSpec?>?
Instance type and the ARN of the SageMaker AI image created on the instance. See Resource Spec below.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceName → Input<String?>?
The name of the space. At least one of userProfileName or spaceName required.
final
tags → Input<Map<String, String>?>?
A map of tags to assign to the resource. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
userProfileName → Input<String?>?
The user profile name. At least one of userProfileName or spaceName required.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited