class
Amazonite::Ssm::PutComplianceItemsRequest
- Amazonite::Ssm::PutComplianceItemsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/put_compliance_items_request.crConstructors
- .new(resource_id : String, resource_type : String, compliance_type : String, execution_summary : ComplianceExecutionSummary, items : Array(ComplianceItemEntry), item_content_hash : String | Nil = nil, upload_type : ComplianceUploadType | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#compliance_type : String
Specify the compliance type.
-
#compliance_type=(compliance_type : String)
Specify the compliance type.
-
#execution_summary : ComplianceExecutionSummary
A summary of the call execution that includes an execution ID, the type of execution (for example,
Command), and the date/time of the execution using a datetime object that is saved in the following format:yyyy-MM-dd'T'HH:mm:ss'Z' -
#execution_summary=(execution_summary : ComplianceExecutionSummary)
A summary of the call execution that includes an execution ID, the type of execution (for example,
Command), and the date/time of the execution using a datetime object that is saved in the following format:yyyy-MM-dd'T'HH:mm:ss'Z' -
#hash(hasher)
See
Object#hash(hasher) -
#item_content_hash : String | Nil
MD5 or SHA-256 content hash.
-
#item_content_hash=(item_content_hash : String | Nil)
MD5 or SHA-256 content hash.
-
#items : Array(ComplianceItemEntry)
Information about the compliance as defined by the resource type.
-
#items=(items : Array(ComplianceItemEntry))
Information about the compliance as defined by the resource type.
-
#resource_id : String
Specify an ID for this resource.
-
#resource_id=(resource_id : String)
Specify an ID for this resource.
-
#resource_type : String
Specify the type of resource.
-
#resource_type=(resource_type : String)
Specify the type of resource.
-
#upload_type : ComplianceUploadType | Nil
The mode for uploading compliance items.
-
#upload_type=(upload_type : ComplianceUploadType | Nil)
The mode for uploading compliance items.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specify the compliance type. For example, specify Association (for a State Manager association),
Patch, or Custom:string.
Specify the compliance type. For example, specify Association (for a State Manager association),
Patch, or Custom:string.
A summary of the call execution that includes an execution ID, the type of execution (for
example, Command), and the date/time of the execution using a datetime object that is saved in
the following format: yyyy-MM-dd'T'HH:mm:ss'Z'
A summary of the call execution that includes an execution ID, the type of execution (for
example, Command), and the date/time of the execution using a datetime object that is saved in
the following format: yyyy-MM-dd'T'HH:mm:ss'Z'
MD5 or SHA-256 content hash. The content hash is used to determine if existing information should be overwritten or ignored. If the content hashes match, the request to put compliance information is ignored.
MD5 or SHA-256 content hash. The content hash is used to determine if existing information should be overwritten or ignored. If the content hashes match, the request to put compliance information is ignored.
Information about the compliance as defined by the resource type. For example, for a patch
compliance type, Items includes information about the PatchSeverity, Classification, and so
on.
Information about the compliance as defined by the resource type. For example, for a patch
compliance type, Items includes information about the PatchSeverity, Classification, and so
on.
Specify an ID for this resource. For a managed node, this is the node ID.
Specify an ID for this resource. For a managed node, this is the node ID.
Specify the type of resource. ManagedInstance is currently the only supported resource type.
Specify the type of resource. ManagedInstance is currently the only supported resource type.
The mode for uploading compliance items. You can specify COMPLETE or PARTIAL. In COMPLETE
mode, the system overwrites all existing compliance information for the resource. You must
provide a full list of compliance items each time you send the request.
In PARTIAL mode, the system overwrites compliance information for a specific association. The
association must be configured with SyncCompliance set to MANUAL. By default, all requests
use COMPLETE mode.
This attribute is only valid for association compliance.
The mode for uploading compliance items. You can specify COMPLETE or PARTIAL. In COMPLETE
mode, the system overwrites all existing compliance information for the resource. You must
provide a full list of compliance items each time you send the request.
In PARTIAL mode, the system overwrites compliance information for a specific association. The
association must be configured with SyncCompliance set to MANUAL. By default, all requests
use COMPLETE mode.
This attribute is only valid for association compliance.