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()
{
'autoEnable': {
'ec2': True|False,
'ecr': True|False,
'lambda': True|False
},
'maxAccountLimitReached': True|False
}
Response Structure
The scan types are automatically enabled for new members of your organization.
Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.
Represents whether AWS Lambda scans are automatically enabled for new members of your Amazon Inspector organization.
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
Exceptions
Inspector2.Client.exceptions.ValidationException
Inspector2.Client.exceptions.AccessDeniedException
Inspector2.Client.exceptions.ThrottlingException
Inspector2.Client.exceptions.InternalServerException