StandardsControl
public struct StandardsControl : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the security standard control.
Declaration
Swift
public let controlId: String?
-
The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.
Declaration
Swift
public let controlStatus: ControlStatus?
-
The date and time that the status of the security standard control was most recently updated.
Declaration
Swift
public let controlStatusUpdatedAt: TimeStamp?
-
The longer description of the security standard control. Provides information about what the control is checking for.
Declaration
Swift
public let description: String?
-
The reason provided for the most recent change in status for the control.
Declaration
Swift
public let disabledReason: String?
-
The list of requirements that are related to this control.
Declaration
Swift
public let relatedRequirements: [String]?
-
A link to remediation information for the control in the Security Hub user documentation.
Declaration
Swift
public let remediationUrl: String?
-
The severity of findings generated from this security standard control. The finding severity is based on an assessment of how easy it would be to compromise AWS resources if the issue is detected.
Declaration
Swift
public let severityRating: SeverityRating?
-
The ARN of the security standard control.
Declaration
Swift
public let standardsControlArn: String?
-
The title of the security standard control.
Declaration
Swift
public let title: String?
-
init(controlId:controlStatus:controlStatusUpdatedAt:description:disabledReason:relatedRequirements:remediationUrl:severityRating:standardsControlArn:title:)
Undocumented
Declaration
Swift
public init(controlId: String? = nil, controlStatus: ControlStatus? = nil, controlStatusUpdatedAt: TimeStamp? = nil, description: String? = nil, disabledReason: String? = nil, relatedRequirements: [String]? = nil, remediationUrl: String? = nil, severityRating: SeverityRating? = nil, standardsControlArn: String? = nil, title: String? = nil)