UpdateSecurityHubConfigurationRequest

public struct UpdateSecurityHubConfigurationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether to automatically enable new controls when they are added to standards that are enabled. By default, this is set to true, and new controls are enabled automatically. To not automatically enable new controls, set this to false.

    Declaration

    Swift

    public let autoEnableControls: Bool?
  • Undocumented

    Declaration

    Swift

    public init(autoEnableControls: Bool? = nil)