describe_security_configuration

EMR.Client.describe_security_configuration(**kwargs)

Provides the details of a security configuration by returning the configuration JSON.

See also: AWS API Documentation

Request Syntax

response = client.describe_security_configuration(
    Name='string'
)
Parameters
Name (string) --

[REQUIRED]

The name of the security configuration.

Return type
dict
Returns
Response Syntax
{
    'Name': 'string',
    'SecurityConfiguration': 'string',
    'CreationDateTime': datetime(2015, 1, 1)
}

Response Structure

  • (dict) --
    • Name (string) --

      The name of the security configuration.

    • SecurityConfiguration (string) --

      The security configuration details in JSON format.

    • CreationDateTime (datetime) --

      The date and time the security configuration was created

Exceptions

  • EMR.Client.exceptions.InternalServerException
  • EMR.Client.exceptions.InvalidRequestException