GetStandardsControlAssociationsStandardsControlAssociation class
Constructors
-
GetStandardsControlAssociationsStandardsControlAssociation({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.
associationStatusEnablement status of a control in a specific standard.relatedRequirementsList of underlying requirements in the compliance framework related to the standard.securityControlArnARN of the security control.securityControlIdThe identifier of the control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters).standardsArnARN of the standard.standardsControlDescriptionDescription of the standard.standardsControlTitleTitle of the standard.updatedAtLast time that a control's enablement status in a specified standard was updated.updatedReasonReason 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
-
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