EnableSecurityHubRequest

public struct EnableSecurityHubRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let enableDefaultStandards: Bool?
  • The tags to add to the hub resource when you enable Security Hub.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(enableDefaultStandards: Bool? = nil, tags: [String : String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws