Inspector2 / Client / describe_organization_configuration

describe_organization_configuration#

Inspector2.Client.describe_organization_configuration()#

Describe Amazon Inspector configuration settings for an Amazon Web Services organization.

See also: AWS API Documentation

Request Syntax

response = client.describe_organization_configuration()
Return type:

dict

Returns:

Response Syntax

{
    'autoEnable': {
        'ec2': True|False,
        'ecr': True|False,
        'lambda': True|False,
        'lambdaCode': True|False
    },
    'maxAccountLimitReached': True|False
}

Response Structure

  • (dict) –

    • autoEnable (dict) –

      The scan types are automatically enabled for new members of your organization.

      • ec2 (boolean) –

        Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.

      • ecr (boolean) –

        Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.

      • lambda (boolean) –

        Represents whether Amazon Web Services Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.

      • lambdaCode (boolean) –

        Represents whether Lambda code scans are automatically enabled for new members of your Amazon Inspector organization. </p>

    • maxAccountLimitReached (boolean) –

      Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.

Exceptions