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< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? userProfileName}) -
Creates a new AppState.
appNameThe name of the app.appTypeThe type of app. Valid values areJupyterServer,KernelGateway,RStudioServerPro,RSessionGateway,TensorBoard,CodeEditor,JupyterLab,DetailedProfiler, andCanvas.arnARN of the app.domainIdThe domain ID.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.resourceSpecInstance type and the ARN of the SageMaker AI image created on the instance. See Resource Spec below.spaceNameThe name of the space. At least one ofuserProfileNameorspaceNamerequired.tagsA map of tags to assign to the resource. .If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.userProfileNameThe user profile name. At least one ofuserProfileNameorspaceNamerequired.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, andCanvas.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
userProfileNameorspaceNamerequired.final -
A map of tags to assign to the resource. .If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final -
userProfileName
→ Input<
String?> ? -
The user profile name. At least one of
userProfileNameorspaceNamerequired.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