Describes a System Integrity Protection (SIP) modification task or volume ownership delegation task for an Amazon EC2 Mac instance
Source:R/ec2_operations.R
ec2_describe_mac_modification_tasks.RdDescribes a System Integrity Protection (SIP) modification task or volume ownership delegation task for an Amazon EC2 Mac instance. For more information, see Configure SIP for Amazon EC2 instances in the Amazon EC2 User Guide.
See https://www.paws-r-sdk.com/docs/ec2_describe_mac_modification_tasks/ for full documentation.
Usage
ec2_describe_mac_modification_tasks(
DryRun = NULL,
Filters = NULL,
MacModificationTaskIds = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- DryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Filters
Specifies one or more filters for the request:
instance-id- The ID of the instance for which the task was created.task-state- The state of the task (successful|failed|in-progress|pending).mac-system-integrity-protection-configuration.sip-status- The overall SIP state requested in the task (enabled|disabled).start-time- The date and time the task was created.task-type- The type of task (sip-modification|volume-ownership-delegation).
- MacModificationTaskIds
The ID of task.
- MaxResults
The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned
nextTokenvalue. This value can be between 5 and 500. IfmaxResultsis given a larger value than 500, you receive an error.- NextToken
The token to use to retrieve the next page of results.