Command option Sample:aws ssm put-compliance-items

Search command sample in the internet.It is the result.

Registers a compliance type and other compliance details on adesignated resource.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ssm/put-compliance-items.html

aws ssm put-compliance-items --resource-id i-1234567890 --resource-type ManagedInstance --compliance-type Custom:SoftwareXCheck --execution-summary ExecutionTime=AnyStringToDenoteTimeOrDate
    Configuration Compliance Walkthrough (AWS CLI) - AWS Systems Manager  : http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-compliance-about.html
aws ssm put-compliance-items --resource-id Instance ID --resource-type ManagedInstance --compliance-type Association --execution-summary ExecutionTime=User-defined time and/or date value --items Id=User-defined ID
    aws-systems-manager-user-guide/sysman-compliance-walk.md at master 揃 awsdocs/aws-systems-manager-user-guide 揃 GitHub : http://github.com/awsdocs/aws-systems-manager-user-guide/blob/master/doc_source/sysman-compliance-walk.md

aws のオプション一覧