GetStandardsControlAssociationsStandardsControlAssociation constructor
- required Input<
String> associationStatus, - required Input<
String> securityControlArn, - required Input<
String> securityControlId, - required Input<
String> standardsArn, - required Input<
String> standardsControlDescription, - required Input<
String> standardsControlTitle, - required Input<
String> updatedAt, - required Input<
String> updatedReason,
Creates a new GetStandardsControlAssociationsStandardsControlAssociation.
associationStatus Enablement status of a control in a specific standard.
relatedRequirements List of underlying requirements in the compliance framework related to the standard.
securityControlArn ARN of the security control.
securityControlId The identifier of the control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters).
standardsArn ARN of the standard.
standardsControlDescription Description of the standard.
standardsControlTitle Title of the standard.
updatedAt Last time that a control's enablement status in a specified standard was updated.
updatedReason Reason for updating a control's enablement status in a specified standard.
Implementation
const GetStandardsControlAssociationsStandardsControlAssociation({
required this.associationStatus,
required this.relatedRequirements,
required this.securityControlArn,
required this.securityControlId,
required this.standardsArn,
required this.standardsControlDescription,
required this.standardsControlTitle,
required this.updatedAt,
required this.updatedReason,
});