syncCompliance property
The mode for generating association compliance. You can specify
AUTO
or MANUAL
. In AUTO
mode, the
system uses the status of the association execution to determine the
compliance status. If the association execution runs successfully, then the
association is COMPLIANT
. If the association execution doesn't
run successfully, the association is NON-COMPLIANT
.
In MANUAL
mode, you must specify the AssociationId
as a parameter for the PutComplianceItems API action. In this case,
compliance data is not managed by State Manager. It is managed by your
direct call to the PutComplianceItems API action.
By default, all associations use AUTO
mode.
Implementation
final AssociationSyncCompliance? syncCompliance;