CloudCostStatus
Indicates whether the artifact is used to fetch cloud cost data
enum CloudCostStatus {
ACTIVE
PENDING
FAILED
UNSUPPORTED
INACTIVE
}
Values
CloudCostStatus.ACTIVE
Currently used to fetch cloud cost data
CloudCostStatus.PENDING
Currently using the credential to build dependencies for fetching cloud costs
CloudCostStatus.FAILED
Attempted to create cloud cost dependencies but failed to do so
CloudCostStatus.UNSUPPORTED
Artifact does not support fetching cloud cost data
CloudCostStatus.INACTIVE
Eligable to be used for fetching cloud costs but is not in use
Member Of
Artifact
object ● CloudCostCredential
object