StandardsControlState constructor
- Input<
String?> ? controlId, - Input<
String?> ? controlStatus, - Input<
String?> ? controlStatusUpdatedAt, - Input<
String?> ? description, - Input<
String?> ? disabledReason, - Input<
String?> ? region, - Input<
String?> ? remediationUrl, - Input<
String?> ? severityRating, - Input<
String?> ? standardsControlArn, - Input<
String?> ? title,
Creates a new StandardsControlState.
controlId The identifier of the security standard control.
controlStatus The control status could be ENABLED or DISABLED. You have to specify disabledReason argument for DISABLED control status.
controlStatusUpdatedAt The date and time that the status of the security standard control was most recently updated.
description The standard control longer description. Provides information about what the control is checking for.
disabledReason A description of the reason why you are disabling a security standard control. If you specify this attribute, controlStatus will be set to DISABLED automatically.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
relatedRequirements The list of requirements that are related to this control.
remediationUrl A link to remediation information for the control in the Security Hub user documentation.
severityRating The severity of findings generated from this security standard control.
standardsControlArn The standards control ARN. See the AWS documentation for how to list existing controls using get-enabled-standards and describe-standards-controls.
title The standard control title.
Implementation
const StandardsControlState({
this.controlId,
this.controlStatus,
this.controlStatusUpdatedAt,
this.description,
this.disabledReason,
this.region,
this.relatedRequirements,
this.remediationUrl,
this.severityRating,
this.standardsControlArn,
this.title,
});