Skip to content

cloudNativeCustomerSettings

Returns the cloud-native customer settings for the calling account. If no settings have been configured, all toggles default to false.

Returns

CloudNativeCustomerSettings!

Sample

query {
  cloudNativeCustomerSettings {
    isS3GlacierIrTierEnabled
  }
}
{}
{
  "data": {
    "cloudNativeCustomerSettings": {
      "isS3GlacierIrTierEnabled": true
    }
  }
}