

# EmrServerlessSettings
<a name="API_EmrServerlessSettings"></a>

The settings for running Amazon EMR Serverless jobs in SageMaker Canvas.

## Contents
<a name="API_EmrServerlessSettings_Contents"></a>

 ** ExecutionRoleArn **   <a name="sagemaker-Type-EmrServerlessSettings-ExecutionRoleArn"></a>
The Amazon Resource Name (ARN) of the Amazon IAM role that is assumed for running Amazon EMR Serverless jobs in SageMaker Canvas. This role should have the necessary permissions to read and write data attached and a trust relationship with EMR Serverless.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`   
Required: No

 ** Status **   <a name="sagemaker-Type-EmrServerlessSettings-Status"></a>
Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.  
Type: String  
Valid Values: `ENABLED | DISABLED`   
Required: No

## See Also
<a name="API_EmrServerlessSettings_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/sagemaker-2017-07-24/EmrServerlessSettings) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/sagemaker-2017-07-24/EmrServerlessSettings) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/sagemaker-2017-07-24/EmrServerlessSettings) 