src/sagemaker_core/main/config_schema.py [195:235]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                            "execution_role": {"type": "string"},
                                            "security_groups": {
                                                "type": "array",
                                                "items": {"type": "string"},
                                            },
                                            "sharing_settings": {
                                                "s3_output_path": {"type": "string"},
                                                "s3_kms_key_id": {"type": "string"},
                                            },
                                            "canvas_app_settings": {
                                                "time_series_forecasting_settings": {
                                                    "amazon_forecast_role_arn": {"type": "string"}
                                                },
                                                "model_register_settings": {
                                                    "cross_account_model_register_role_arn": {
                                                        "type": "string"
                                                    }
                                                },
                                                "workspace_settings": {
                                                    "s3_artifact_path": {"type": "string"},
                                                    "s3_kms_key_id": {"type": "string"},
                                                },
                                                "generative_ai_settings": {
                                                    "amazon_bedrock_role_arn": {"type": "string"}
                                                },
                                                "emr_serverless_settings": {
                                                    "execution_role_arn": {"type": "string"}
                                                },
                                            },
                                            "jupyter_lab_app_settings": {
                                                "emr_settings": {
                                                    "assumable_role_arns": {
                                                        "type": "array",
                                                        "items": {"type": "string"},
                                                    },
                                                    "execution_role_arns": {
                                                        "type": "array",
                                                        "items": {"type": "string"},
                                                    },
                                                }
                                            },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/sagemaker_core/main/config_schema.py [854:894]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                            "execution_role": {"type": "string"},
                                            "security_groups": {
                                                "type": "array",
                                                "items": {"type": "string"},
                                            },
                                            "sharing_settings": {
                                                "s3_output_path": {"type": "string"},
                                                "s3_kms_key_id": {"type": "string"},
                                            },
                                            "canvas_app_settings": {
                                                "time_series_forecasting_settings": {
                                                    "amazon_forecast_role_arn": {"type": "string"}
                                                },
                                                "model_register_settings": {
                                                    "cross_account_model_register_role_arn": {
                                                        "type": "string"
                                                    }
                                                },
                                                "workspace_settings": {
                                                    "s3_artifact_path": {"type": "string"},
                                                    "s3_kms_key_id": {"type": "string"},
                                                },
                                                "generative_ai_settings": {
                                                    "amazon_bedrock_role_arn": {"type": "string"}
                                                },
                                                "emr_serverless_settings": {
                                                    "execution_role_arn": {"type": "string"}
                                                },
                                            },
                                            "jupyter_lab_app_settings": {
                                                "emr_settings": {
                                                    "assumable_role_arns": {
                                                        "type": "array",
                                                        "items": {"type": "string"},
                                                    },
                                                    "execution_role_arns": {
                                                        "type": "array",
                                                        "items": {"type": "string"},
                                                    },
                                                }
                                            },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



