--- inputType: "CA10__CaAwsIamPolicy__c" testData: - file: "test-data.json" importExtracts: - file: "/types/CA10__CaAwsIamPolicy__c/object.extracts.yaml" conditions: - status: "INAPPLICABLE" currentStateMessage: "This is not an AWSCloudShellFullAccess policy." check: NOT_EQUAL: left: EXTRACT: "CA10__name__c" right: TEXT: "AWSCloudShellFullAccess" - status: "INCOMPLIANT" currentStateMessage: "AWSCloudShellFullAccess policy is attached to one or more IAM entities." remediationMessage: "Detach the AWSCloudShellFullAccess policy from any users, groups, or roles where it is not required." check: GREATER_THAN: left: EXTRACT: "CA10__attachmentCount__c" right: NUMBER: 0.0 otherwise: status: "COMPLIANT" currentStateMessage: "AWSCloudShellFullAccess policy is not attached to any IAM entities."