DescribeSecurityConfiguration - Amazon EMR on EKS

DescribeSecurityConfiguration

Displays detailed information about a specified security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the AWS Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.

Request Syntax

GET /securityconfigurations/securityConfigurationId HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

securityConfigurationId

The ID of the security configuration.

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [0-9a-z]+

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 Content-type: application/json { "securityConfiguration": { "arn": "string", "createdAt": "string", "createdBy": "string", "id": "string", "name": "string", "securityConfigurationData": { "authorizationConfiguration": { "encryptionConfiguration": { "inTransitEncryptionConfiguration": { "tlsCertificateConfiguration": { "certificateProviderType": "string", "privateCertificateSecretArn": "string", "publicCertificateSecretArn": "string" } } }, "lakeFormationConfiguration": { "authorizedSessionTagValue": "string", "queryEngineRoleArn": "string", "secureNamespaceInfo": { "clusterId": "string", "namespace": "string" } } } }, "tags": { "string" : "string" } } }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

securityConfiguration

Details of the security configuration.

Type: SecurityConfiguration object

Errors

For information about the errors that are common to all actions, see Common Errors.

InternalServerException

This is an internal server exception.

HTTP Status Code: 500

ResourceNotFoundException

The specified resource was not found.

HTTP Status Code: 400

ValidationException

There are invalid parameters in the client request.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: