ListSecurityConfigurations
Lists security configurations based on a set of parameters. 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?createdAfter=createdAfter
&createdBefore=createdBefore
&maxResults=maxResults
&nextToken=nextToken
HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
- createdAfter
-
The date and time after which the security configuration was created.
- createdBefore
-
The date and time before which the security configuration was created.
- maxResults
-
The maximum number of security configurations the operation can list.
- nextToken
-
The token for the next set of security configurations to return.
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*\S.*
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"nextToken": "string",
"securityConfigurations": [
{
"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.
- nextToken
-
The token for the next set of security configurations to return.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*\S.*
- securityConfigurations
-
The list of returned security configurations.
Type: Array of SecurityConfiguration objects
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
- 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: