---
type: resource-type
title: MlflowApp
description: aws resource type AWS::SageMaker::MlflowApp
name: MlflowApp
lexicon: aws
resource_type: AWS::SageMaker::MlflowApp
---
`AWS::SageMaker::MlflowApp`, a resource type of the aws lexicon.

## Properties

- `ArtifactStoreUri` (`string`, required): The S3 URI for a general purpose bucket to use as the MLflow App artifact store.
- `Name` (`string`, required): The name of the MLflow App.
- `RoleArn` (`string`, required): The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the MLflow App.
- `CreationTime` (`string`, optional): The date and time that the MLflow App was created.
- `LastModifiedTime` (`string`, optional): The date and time that the MLflow App was last modified.
- `MlflowAppId` (`string`, optional): The server-generated identifier of the MLflow App.
- `MlflowVersion` (`string`, optional): The MLflow version used by the MLflow App.
- `ModelRegistrationMode` (`"AutoModelRegistrationDisabled" | "AutoModelRegistrationEnabled"`, optional): Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
- `Status` (`"CreateFailed" | "Created" | "Creating" | "DeleteFailed" | "Deleted" | "Deleting" | "UpdateFailed" | "Updated" | "Updating"`, optional): The status of the MLflow App.
- `Tags` (`MlflowApp_Tag[]`, optional): Tags to associate with the MLflow App.
- `WeeklyMaintenanceWindowStart` (`string`, optional): The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: Tue:03:30.

## Attributes

- `Arn`
- `CreationTime`
- `LastModifiedTime`
- `MlflowAppId`
- `MlflowVersion`
- `Status`
