Class: Aws::Macie2::Types::GetFindingsPublicationConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Provides information about the current configuration settings for publishing findings to Security Hub automatically.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_hub_configurationTypes::SecurityHubConfiguration

Specifies configuration settings that determine which findings are published to Security Hub automatically. For information about how Macie publishes findings to Security Hub, see [Amazon Macie integration with Security Hub] in the *Amazon Macie User Guide*.

[1]: docs.aws.amazon.com/macie/latest/user/securityhub-integration.html



3108
3109
3110
3111
3112
# File 'lib/aws-sdk-macie2/types.rb', line 3108

class GetFindingsPublicationConfigurationResponse < Struct.new(
  :security_hub_configuration)
  SENSITIVE = []
  include Aws::Structure
end