1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. sagemaker
  6. MlflowApp

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi

    Resource type definition for AWS::SageMaker::MlflowApp

    Create MlflowApp Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new MlflowApp(name: string, args: MlflowAppArgs, opts?: CustomResourceOptions);
    @overload
    def MlflowApp(resource_name: str,
                  args: MlflowAppArgs,
                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def MlflowApp(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  artifact_store_uri: Optional[str] = None,
                  role_arn: Optional[str] = None,
                  model_registration_mode: Optional[MlflowAppModelRegistrationMode] = None,
                  name: Optional[str] = None,
                  tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                  weekly_maintenance_window_start: Optional[str] = None)
    func NewMlflowApp(ctx *Context, name string, args MlflowAppArgs, opts ...ResourceOption) (*MlflowApp, error)
    public MlflowApp(string name, MlflowAppArgs args, CustomResourceOptions? opts = null)
    public MlflowApp(String name, MlflowAppArgs args)
    public MlflowApp(String name, MlflowAppArgs args, CustomResourceOptions options)
    
    type: aws-native:sagemaker:MlflowApp
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_sagemaker_mlflowapp" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args MlflowAppArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args MlflowAppArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args MlflowAppArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MlflowAppArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MlflowAppArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    MlflowApp Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The MlflowApp resource accepts the following input properties:

    ArtifactStoreUri string
    The S3 URI for a general purpose bucket to use as the MLflow App artifact store.
    RoleArn string
    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.
    ModelRegistrationMode Pulumi.AwsNative.SageMaker.MlflowAppModelRegistrationMode
    Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
    Name string
    The name of the MLflow App.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags to associate with the MLflow App.
    WeeklyMaintenanceWindowStart string
    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.
    ArtifactStoreUri string
    The S3 URI for a general purpose bucket to use as the MLflow App artifact store.
    RoleArn string
    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.
    ModelRegistrationMode MlflowAppModelRegistrationMode
    Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
    Name string
    The name of the MLflow App.
    Tags TagArgs
    Tags to associate with the MLflow App.
    WeeklyMaintenanceWindowStart string
    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.
    artifact_store_uri string
    The S3 URI for a general purpose bucket to use as the MLflow App artifact store.
    role_arn string
    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.
    model_registration_mode "AutoModelRegistrationEnabled" | "AutoModelRegistrationDisabled"
    Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
    name string
    The name of the MLflow App.
    tags list(object)
    Tags to associate with the MLflow App.
    weekly_maintenance_window_start string
    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.
    artifactStoreUri String
    The S3 URI for a general purpose bucket to use as the MLflow App artifact store.
    roleArn String
    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.
    modelRegistrationMode MlflowAppModelRegistrationMode
    Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
    name String
    The name of the MLflow App.
    tags List<Tag>
    Tags to associate with the MLflow App.
    weeklyMaintenanceWindowStart String
    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.
    artifactStoreUri string
    The S3 URI for a general purpose bucket to use as the MLflow App artifact store.
    roleArn string
    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.
    modelRegistrationMode MlflowAppModelRegistrationMode
    Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
    name string
    The name of the MLflow App.
    tags Tag[]
    Tags to associate with the MLflow App.
    weeklyMaintenanceWindowStart string
    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.
    artifact_store_uri str
    The S3 URI for a general purpose bucket to use as the MLflow App artifact store.
    role_arn str
    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.
    model_registration_mode MlflowAppModelRegistrationMode
    Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
    name str
    The name of the MLflow App.
    tags Sequence[TagArgs]
    Tags to associate with the MLflow App.
    weekly_maintenance_window_start str
    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.
    artifactStoreUri String
    The S3 URI for a general purpose bucket to use as the MLflow App artifact store.
    roleArn String
    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.
    modelRegistrationMode "AutoModelRegistrationEnabled" | "AutoModelRegistrationDisabled"
    Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
    name String
    The name of the MLflow App.
    tags List<Property Map>
    Tags to associate with the MLflow App.
    weeklyMaintenanceWindowStart String
    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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the MlflowApp resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the MLflow App.
    CreationTime string
    The date and time that the MLflow App was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    The date and time that the MLflow App was last modified.
    MlflowAppId string
    The server-generated identifier of the MLflow App.
    MlflowVersion string
    The MLflow version used by the MLflow App.
    Status Pulumi.AwsNative.SageMaker.MlflowAppStatus
    The status of the MLflow App.
    Arn string
    The Amazon Resource Name (ARN) of the MLflow App.
    CreationTime string
    The date and time that the MLflow App was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    The date and time that the MLflow App was last modified.
    MlflowAppId string
    The server-generated identifier of the MLflow App.
    MlflowVersion string
    The MLflow version used by the MLflow App.
    Status MlflowAppStatus
    The status of the MLflow App.
    arn string
    The Amazon Resource Name (ARN) of the MLflow App.
    creation_time string
    The date and time that the MLflow App was created.
    id string
    The provider-assigned unique ID for this managed resource.
    last_modified_time string
    The date and time that the MLflow App was last modified.
    mlflow_app_id string
    The server-generated identifier of the MLflow App.
    mlflow_version string
    The MLflow version used by the MLflow App.
    status "Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Deleted"
    The status of the MLflow App.
    arn String
    The Amazon Resource Name (ARN) of the MLflow App.
    creationTime String
    The date and time that the MLflow App was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String
    The date and time that the MLflow App was last modified.
    mlflowAppId String
    The server-generated identifier of the MLflow App.
    mlflowVersion String
    The MLflow version used by the MLflow App.
    status MlflowAppStatus
    The status of the MLflow App.
    arn string
    The Amazon Resource Name (ARN) of the MLflow App.
    creationTime string
    The date and time that the MLflow App was created.
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime string
    The date and time that the MLflow App was last modified.
    mlflowAppId string
    The server-generated identifier of the MLflow App.
    mlflowVersion string
    The MLflow version used by the MLflow App.
    status MlflowAppStatus
    The status of the MLflow App.
    arn str
    The Amazon Resource Name (ARN) of the MLflow App.
    creation_time str
    The date and time that the MLflow App was created.
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_time str
    The date and time that the MLflow App was last modified.
    mlflow_app_id str
    The server-generated identifier of the MLflow App.
    mlflow_version str
    The MLflow version used by the MLflow App.
    status MlflowAppStatus
    The status of the MLflow App.
    arn String
    The Amazon Resource Name (ARN) of the MLflow App.
    creationTime String
    The date and time that the MLflow App was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String
    The date and time that the MLflow App was last modified.
    mlflowAppId String
    The server-generated identifier of the MLflow App.
    mlflowVersion String
    The MLflow version used by the MLflow App.
    status "Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Deleted"
    The status of the MLflow App.

    Supporting Types

    MlflowAppModelRegistrationMode, MlflowAppModelRegistrationModeArgs

    AutoModelRegistrationEnabled
    AutoModelRegistrationEnabled
    AutoModelRegistrationDisabled
    AutoModelRegistrationDisabled
    MlflowAppModelRegistrationModeAutoModelRegistrationEnabled
    AutoModelRegistrationEnabled
    MlflowAppModelRegistrationModeAutoModelRegistrationDisabled
    AutoModelRegistrationDisabled
    "AutoModelRegistrationEnabled"
    AutoModelRegistrationEnabled
    "AutoModelRegistrationDisabled"
    AutoModelRegistrationDisabled
    AutoModelRegistrationEnabled
    AutoModelRegistrationEnabled
    AutoModelRegistrationDisabled
    AutoModelRegistrationDisabled
    AutoModelRegistrationEnabled
    AutoModelRegistrationEnabled
    AutoModelRegistrationDisabled
    AutoModelRegistrationDisabled
    AUTO_MODEL_REGISTRATION_ENABLED
    AutoModelRegistrationEnabled
    AUTO_MODEL_REGISTRATION_DISABLED
    AutoModelRegistrationDisabled
    "AutoModelRegistrationEnabled"
    AutoModelRegistrationEnabled
    "AutoModelRegistrationDisabled"
    AutoModelRegistrationDisabled

    MlflowAppStatus, MlflowAppStatusArgs

    Creating
    Creating
    Created
    Created
    CreateFailed
    CreateFailed
    Updating
    Updating
    Updated
    Updated
    UpdateFailed
    UpdateFailed
    Deleting
    Deleting
    DeleteFailed
    DeleteFailed
    Deleted
    Deleted
    MlflowAppStatusCreating
    Creating
    MlflowAppStatusCreated
    Created
    MlflowAppStatusCreateFailed
    CreateFailed
    MlflowAppStatusUpdating
    Updating
    MlflowAppStatusUpdated
    Updated
    MlflowAppStatusUpdateFailed
    UpdateFailed
    MlflowAppStatusDeleting
    Deleting
    MlflowAppStatusDeleteFailed
    DeleteFailed
    MlflowAppStatusDeleted
    Deleted
    "Creating"
    Creating
    "Created"
    Created
    "CreateFailed"
    CreateFailed
    "Updating"
    Updating
    "Updated"
    Updated
    "UpdateFailed"
    UpdateFailed
    "Deleting"
    Deleting
    "DeleteFailed"
    DeleteFailed
    "Deleted"
    Deleted
    Creating
    Creating
    Created
    Created
    CreateFailed
    CreateFailed
    Updating
    Updating
    Updated
    Updated
    UpdateFailed
    UpdateFailed
    Deleting
    Deleting
    DeleteFailed
    DeleteFailed
    Deleted
    Deleted
    Creating
    Creating
    Created
    Created
    CreateFailed
    CreateFailed
    Updating
    Updating
    Updated
    Updated
    UpdateFailed
    UpdateFailed
    Deleting
    Deleting
    DeleteFailed
    DeleteFailed
    Deleted
    Deleted
    CREATING
    Creating
    CREATED
    Created
    CREATE_FAILED
    CreateFailed
    UPDATING
    Updating
    UPDATED
    Updated
    UPDATE_FAILED
    UpdateFailed
    DELETING
    Deleting
    DELETE_FAILED
    DeleteFailed
    DELETED
    Deleted
    "Creating"
    Creating
    "Created"
    Created
    "CreateFailed"
    CreateFailed
    "Updating"
    Updating
    "Updated"
    Updated
    "UpdateFailed"
    UpdateFailed
    "Deleting"
    Deleting
    "DeleteFailed"
    DeleteFailed
    "Deleted"
    Deleted

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.69.0
    published on Monday, Jun 15, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial