class Aws::SecurityHub::Types::EnableSecurityHubRequest

@note When making an API call, you may pass EnableSecurityHubRequest

data as a hash:

    {
      tags: {
        "TagKey" => "TagValue",
      },
      enable_default_standards: false,
    }

@!attribute [rw] tags

The tags to add to the hub resource when you enable Security Hub.
@return [Hash<String,String>]

@!attribute [rw] enable_default_standards

Whether to enable the security standards that Security Hub has
designated as automatically enabled. If you do not provide a value
for `EnableDefaultStandards`, it is set to `true`. To not enable the
automatically enabled standards, set `EnableDefaultStandards` to
`false`.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/EnableSecurityHubRequest AWS API Documentation

Constants

SENSITIVE