get_findings_publication_configuration
()¶Retrieves the configuration settings for publishing findings to Security Hub.
See also: AWS API Documentation
Request Syntax
response = client.get_findings_publication_configuration()
{
'securityHubConfiguration': {
'publishClassificationFindings': True|False,
'publishPolicyFindings': True|False
}
}
Response Structure
The request succeeded.
The configuration settings that determine which findings are published to Security Hub.
Specifies whether to publish sensitive data findings to Security Hub. If you set this value to true, Amazon Macie automatically publishes all sensitive data findings that weren't suppressed by a findings filter. The default value is false.
Specifies whether to publish policy findings to Security Hub. If you set this value to true, Amazon Macie automatically publishes all new and updated policy findings that weren't suppressed by a findings filter. The default value is true.
Exceptions
Macie2.Client.exceptions.ValidationException
Macie2.Client.exceptions.InternalServerException
Macie2.Client.exceptions.ServiceQuotaExceededException
Macie2.Client.exceptions.AccessDeniedException
Macie2.Client.exceptions.ResourceNotFoundException
Macie2.Client.exceptions.ThrottlingException
Macie2.Client.exceptions.ConflictException