GetStandardsControlAssociationsStandardsControlAssociation class

Constructors

GetStandardsControlAssociationsStandardsControlAssociation({required Input<String> associationStatus, required Input<List<String>> relatedRequirements, 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.
const
GetStandardsControlAssociationsStandardsControlAssociation.fromMap(Map<String, dynamic> map)
factory

Properties

associationStatus → Input<String>
Enablement status of a control in a specific standard.
final
hashCode int
The hash code for this object.
no setterinherited
relatedRequirements → Input<List<String>>
List of underlying requirements in the compliance framework related to the standard.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityControlArn → Input<String>
ARN of the security control.
final
securityControlId → Input<String>
The identifier of the control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters).
final
standardsArn → Input<String>
ARN of the standard.
final
standardsControlDescription → Input<String>
Description of the standard.
final
standardsControlTitle → Input<String>
Title of the standard.
final
updatedAt → Input<String>
Last time that a control's enablement status in a specified standard was updated.
final
updatedReason → Input<String>
Reason for updating a control's enablement status in a specified standard.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited