다음을 통해 공유


TierType type

TierType에 대한 값을 정의합니다. 가능한 값은 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'입니다.

type TierType =
  | "Consumption"
  | "Commitment_100AUHours"
  | "Commitment_500AUHours"
  | "Commitment_1000AUHours"
  | "Commitment_5000AUHours"
  | "Commitment_10000AUHours"
  | "Commitment_50000AUHours"
  | "Commitment_100000AUHours"
  | "Commitment_500000AUHours"