

# Endpoint


This entity represents the endpoint that is managed by Amazon EMR on EKS.

## Contents


 ** arn **   <a name="emroneks-Type-Endpoint-arn"></a>
The ARN of the endpoint.  
Type: String  
Length Constraints: Minimum length of 60. Maximum length of 1024.  
Pattern: `^arn:(aws[a-zA-Z0-9-]*):emr-containers:.+:(\d{12}):\/virtualclusters\/[0-9a-zA-Z]+\/endpoints\/[0-9a-zA-Z]+$`   
Required: No

 ** certificateArn **   <a name="emroneks-Type-Endpoint-certificateArn"></a>
 *This member has been deprecated.*   
The certificate ARN of the endpoint. This field is under deprecation and will be removed in future.  
Type: String  
Length Constraints: Minimum length of 44. Maximum length of 2048.  
Pattern: `^arn:(aws[a-zA-Z0-9-]*):acm:.+:(\d{12}):certificate/.+$`   
Required: No

 ** certificateAuthority **   <a name="emroneks-Type-Endpoint-certificateAuthority"></a>
The certificate generated by emr control plane on customer behalf to secure the managed endpoint.  
Type: [Certificate](API_Certificate.md) object  
Required: No

 ** configurationOverrides **   <a name="emroneks-Type-Endpoint-configurationOverrides"></a>
The configuration settings that are used to override existing configurations for endpoints.  
Type: [ConfigurationOverrides](API_ConfigurationOverrides.md) object  
Required: No

 ** createdAt **   <a name="emroneks-Type-Endpoint-createdAt"></a>
The date and time when the endpoint was created.  
Type: Timestamp  
Required: No

 ** executionRoleArn **   <a name="emroneks-Type-Endpoint-executionRoleArn"></a>
The execution role ARN of the endpoint.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:(aws[a-zA-Z0-9-]*):iam::(\d{12})?:(role((\u002F)|(\u002F[\u0021-\u007F]+\u002F))[\w+=,.@-]+)$`   
Required: No

 ** failureReason **   <a name="emroneks-Type-Endpoint-failureReason"></a>
 The reasons why the endpoint has failed.   
Type: String  
Valid Values: `INTERNAL_ERROR | USER_ERROR | VALIDATION_ERROR | CLUSTER_UNAVAILABLE`   
Required: No

 ** id **   <a name="emroneks-Type-Endpoint-id"></a>
The ID of the endpoint.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `[0-9a-z]+`   
Required: No

 ** name **   <a name="emroneks-Type-Endpoint-name"></a>
The name of the endpoint.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `[\.\-_/#A-Za-z0-9]+`   
Required: No

 ** releaseLabel **   <a name="emroneks-Type-Endpoint-releaseLabel"></a>
The EMR release version to be used for the endpoint.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `[\.\-_/A-Za-z0-9]+`   
Required: No

 ** securityGroup **   <a name="emroneks-Type-Endpoint-securityGroup"></a>
The security group configuration of the endpoint.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Pattern: `.*\S.*`   
Required: No

 ** serverUrl **   <a name="emroneks-Type-Endpoint-serverUrl"></a>
The server URL of the endpoint.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 10280.  
Pattern: `[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\r\n\t]*`   
Required: No

 ** state **   <a name="emroneks-Type-Endpoint-state"></a>
The state of the endpoint.  
Type: String  
Valid Values: `CREATING | ACTIVE | TERMINATING | TERMINATED | TERMINATED_WITH_ERRORS`   
Required: No

 ** stateDetails **   <a name="emroneks-Type-Endpoint-stateDetails"></a>
 Additional details of the endpoint state.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Pattern: `.*\S.*`   
Required: No

 ** subnetIds **   <a name="emroneks-Type-Endpoint-subnetIds"></a>
The subnet IDs of the endpoint.   
Type: Array of strings  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Pattern: `.*\S.*`   
Required: No

 ** tags **   <a name="emroneks-Type-Endpoint-tags"></a>
The tags of the endpoint.   
Type: String to string map  
Map Entries: Minimum number of 0 items. Maximum number of 50 items.  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Key Pattern: `.*\S.*`   
Value Length Constraints: Minimum length of 0. Maximum length of 256.  
Value Pattern: `.*\S.*`   
Required: No

 ** type **   <a name="emroneks-Type-Endpoint-type"></a>
The type of the endpoint.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `.*\S.*`   
Required: No

 ** virtualClusterId **   <a name="emroneks-Type-Endpoint-virtualClusterId"></a>
The ID of the endpoint's virtual cluster.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `[0-9a-z]+`   
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/emr-containers-2020-10-01/Endpoint) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/emr-containers-2020-10-01/Endpoint) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/emr-containers-2020-10-01/Endpoint) 