Skip to content

updateCloudNativeAwsStorageSetting

No description available.

Arguments

Argument Type Description
input (required) UpdateCloudNativeAwsStorageSettingInput!

Returns

UpdateCloudNativeAwsStorageSettingReply!

Sample

mutation UpdateCloudNativeAwsStorageSetting($input: UpdateCloudNativeAwsStorageSettingInput!) {
  updateCloudNativeAwsStorageSetting(input: $input)
}
{
  "input": {
    "id": "00000000-0000-0000-0000-000000000000"
  }
}
{
  "data": {
    "updateCloudNativeAwsStorageSetting": {
      "targetMapping": {
        "groupType": "AUTOMATIC_ARCHIVAL_GROUP",
        "id": "00000000-0000-0000-0000-000000000000",
        "name": "example-string",
        "targetType": "AWS",
        "tieringStatus": [
          "INSTANT_TIERING_NOT_SUPPORTED"
        ]
      }
    }
  }
}