getFindingsPublicationConfiguration method
Retrieves the configuration settings for publishing findings to Security Hub.
May throw AccessDeniedException.
May throw ConflictException.
May throw InternalServerException.
May throw ResourceNotFoundException.
May throw ServiceQuotaExceededException.
May throw ThrottlingException.
May throw ValidationException.
Implementation
Future<GetFindingsPublicationConfigurationResponse>
getFindingsPublicationConfiguration() async {
final response = await _protocol.send(
payload: null,
method: 'GET',
requestUri: '/findings-publication-configuration',
exceptionFnMap: _exceptionFns,
);
return GetFindingsPublicationConfigurationResponse.fromJson(response);
}