---
type: resource-type
title: EMRContainersEndpoint
description: aws resource type AWS::EMRContainers::Endpoint
name: EMRContainersEndpoint
lexicon: aws
resource_type: AWS::EMRContainers::Endpoint
---
`AWS::EMRContainers::Endpoint`, a resource type of the aws lexicon.

## Properties

- `ExecutionRoleArn` (`string`, required): The execution role ARN for the managed endpoint.
- `ReleaseLabel` (`string`, required): The Amazon EMR release label.
- `Type` (`string`, required): The type of the managed endpoint.
- `VirtualClusterId` (`string`, required): The ID of the virtual cluster for which the managed endpoint is created.
- `Arn` (`string`, optional): The ARN of the managed endpoint.
- `AuthProxyUrl` (`string`, optional): The auth proxy URL for Spark Connect connections.
- `CertificateAuthority` (`EMRContainersEndpoint_Certificate`, optional): The certificate authority for the managed endpoint.
- `ConfigurationOverrides` (`EMRContainersEndpoint_ConfigurationOverrides`, optional): The configuration overrides for the managed endpoint.
- `CreatedAt` (`string`, optional): The date and time when the managed endpoint was created.
- `FailureReason` (`string`, optional): The reason for a failed managed endpoint.
- `Id` (`string`, optional): The ID of the managed endpoint.
- `Name` (`string`, optional): The name of the managed endpoint.
- `SecurityGroup` (`string`, optional): The security group associated with the managed endpoint.
- `ServerUrl` (`string`, optional): The server URL of the managed endpoint.
- `SessionIdleTimeoutInMinutes` (`number`, optional): The idle timeout in minutes for sessions on the managed endpoint.
- `State` (`string`, optional): The state of the managed endpoint.
- `StateDetails` (`string`, optional): Additional details about the state of the managed endpoint.
- `Tags` (`EMRContainersEndpoint_Tag[]`, optional): An array of key-value pairs to apply to this managed endpoint.

## Attributes

- `Arn`
- `AuthProxyUrl`
- `CertificateAuthority`
- `CreatedAt`
- `FailureReason`
- `Id`
- `SecurityGroup`
- `ServerUrl`
- `State`
- `StateDetails`
