updateAwsTarget
No description available.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | UpdateAwsTargetInput! | Request for updating an existing AWS target. |
Returns
Sample
mutation UpdateAwsTarget($input: UpdateAwsTargetInput!) {
updateAwsTarget(input: $input) {
clusterName
consumedBytes
failedTasks
id
isActive
isArchived
isComplianceImmutabilitySupported
locationConnectionStatus
locationScope
name
readerRetrievalMethod
runningTasks
status
targetType
upgradeStatus
}
}