| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.EMRContainers.CreateManagedEndpoint
Description
Creates a managed endpoint. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.
Synopsis
- data CreateManagedEndpoint = CreateManagedEndpoint' {}
 - newCreateManagedEndpoint :: Text -> Text -> Text -> Text -> Text -> Text -> CreateManagedEndpoint
 - createManagedEndpoint_certificateArn :: Lens' CreateManagedEndpoint (Maybe Text)
 - createManagedEndpoint_configurationOverrides :: Lens' CreateManagedEndpoint (Maybe ConfigurationOverrides)
 - createManagedEndpoint_tags :: Lens' CreateManagedEndpoint (Maybe (HashMap Text Text))
 - createManagedEndpoint_name :: Lens' CreateManagedEndpoint Text
 - createManagedEndpoint_virtualClusterId :: Lens' CreateManagedEndpoint Text
 - createManagedEndpoint_type :: Lens' CreateManagedEndpoint Text
 - createManagedEndpoint_releaseLabel :: Lens' CreateManagedEndpoint Text
 - createManagedEndpoint_executionRoleArn :: Lens' CreateManagedEndpoint Text
 - createManagedEndpoint_clientToken :: Lens' CreateManagedEndpoint Text
 - data CreateManagedEndpointResponse = CreateManagedEndpointResponse' {}
 - newCreateManagedEndpointResponse :: Int -> CreateManagedEndpointResponse
 - createManagedEndpointResponse_arn :: Lens' CreateManagedEndpointResponse (Maybe Text)
 - createManagedEndpointResponse_id :: Lens' CreateManagedEndpointResponse (Maybe Text)
 - createManagedEndpointResponse_name :: Lens' CreateManagedEndpointResponse (Maybe Text)
 - createManagedEndpointResponse_virtualClusterId :: Lens' CreateManagedEndpointResponse (Maybe Text)
 - createManagedEndpointResponse_httpStatus :: Lens' CreateManagedEndpointResponse Int
 
Creating a Request
data CreateManagedEndpoint Source #
See: newCreateManagedEndpoint smart constructor.
Constructors
| CreateManagedEndpoint' | |
Fields 
  | |
Instances
newCreateManagedEndpoint Source #
Create a value of CreateManagedEndpoint with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateManagedEndpoint, createManagedEndpoint_certificateArn - The certificate ARN provided by users for the managed endpoint. This
 field is under deprecation and will be removed in future releases.
CreateManagedEndpoint, createManagedEndpoint_configurationOverrides - The configuration settings that will be used to override existing
 configurations.
CreateManagedEndpoint, createManagedEndpoint_tags - The tags of the managed endpoint.
CreateManagedEndpoint, createManagedEndpoint_name - The name of the managed endpoint.
CreateManagedEndpoint, createManagedEndpoint_virtualClusterId - The ID of the virtual cluster for which a managed endpoint is created.
CreateManagedEndpoint, createManagedEndpoint_type - The type of the managed endpoint.
CreateManagedEndpoint, createManagedEndpoint_releaseLabel - The Amazon EMR release version.
CreateManagedEndpoint, createManagedEndpoint_executionRoleArn - The ARN of the execution role.
CreateManagedEndpoint, createManagedEndpoint_clientToken - The client idempotency token for this create call.
Request Lenses
createManagedEndpoint_certificateArn :: Lens' CreateManagedEndpoint (Maybe Text) Source #
The certificate ARN provided by users for the managed endpoint. This field is under deprecation and will be removed in future releases.
createManagedEndpoint_configurationOverrides :: Lens' CreateManagedEndpoint (Maybe ConfigurationOverrides) Source #
The configuration settings that will be used to override existing configurations.
createManagedEndpoint_tags :: Lens' CreateManagedEndpoint (Maybe (HashMap Text Text)) Source #
The tags of the managed endpoint.
createManagedEndpoint_name :: Lens' CreateManagedEndpoint Text Source #
The name of the managed endpoint.
createManagedEndpoint_virtualClusterId :: Lens' CreateManagedEndpoint Text Source #
The ID of the virtual cluster for which a managed endpoint is created.
createManagedEndpoint_type :: Lens' CreateManagedEndpoint Text Source #
The type of the managed endpoint.
createManagedEndpoint_releaseLabel :: Lens' CreateManagedEndpoint Text Source #
The Amazon EMR release version.
createManagedEndpoint_executionRoleArn :: Lens' CreateManagedEndpoint Text Source #
The ARN of the execution role.
createManagedEndpoint_clientToken :: Lens' CreateManagedEndpoint Text Source #
The client idempotency token for this create call.
Destructuring the Response
data CreateManagedEndpointResponse Source #
See: newCreateManagedEndpointResponse smart constructor.
Constructors
| CreateManagedEndpointResponse' | |
Fields 
  | |
Instances
newCreateManagedEndpointResponse Source #
Create a value of CreateManagedEndpointResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateManagedEndpointResponse, createManagedEndpointResponse_arn - The output contains the ARN of the managed endpoint.
CreateManagedEndpointResponse, createManagedEndpointResponse_id - The output contains the ID of the managed endpoint.
CreateManagedEndpoint, createManagedEndpointResponse_name - The output contains the name of the managed endpoint.
CreateManagedEndpoint, createManagedEndpointResponse_virtualClusterId - The output contains the ID of the virtual cluster.
$sel:httpStatus:CreateManagedEndpointResponse', createManagedEndpointResponse_httpStatus - The response's http status code.
Response Lenses
createManagedEndpointResponse_arn :: Lens' CreateManagedEndpointResponse (Maybe Text) Source #
The output contains the ARN of the managed endpoint.
createManagedEndpointResponse_id :: Lens' CreateManagedEndpointResponse (Maybe Text) Source #
The output contains the ID of the managed endpoint.
createManagedEndpointResponse_name :: Lens' CreateManagedEndpointResponse (Maybe Text) Source #
The output contains the name of the managed endpoint.
createManagedEndpointResponse_virtualClusterId :: Lens' CreateManagedEndpointResponse (Maybe Text) Source #
The output contains the ID of the virtual cluster.
createManagedEndpointResponse_httpStatus :: Lens' CreateManagedEndpointResponse Int Source #
The response's http status code.