TerraformStateVersionRegistry

class Object
trait Matchable
class Any

Value members

Concrete methods

def createdAt: SelectionBuilder[TerraformStateVersionRegistry, Option[Time]]

Timestamp when the TerraformStateVersionRegistry was created

Timestamp when the TerraformStateVersionRegistry was created

def id: SelectionBuilder[TerraformStateVersionRegistry, String]

ID of the TerraformStateVersionRegistry

ID of the TerraformStateVersionRegistry

def lastSyncFailure: SelectionBuilder[TerraformStateVersionRegistry, Option[String]]

Error message during sync of the TerraformStateVersionRegistry

Error message during sync of the TerraformStateVersionRegistry

def lastSyncedAt: SelectionBuilder[TerraformStateVersionRegistry, Option[Time]]

Timestamp of the most recent successful sync of the TerraformStateVersionRegistry

Timestamp of the most recent successful sync of the TerraformStateVersionRegistry

def retryAt: SelectionBuilder[TerraformStateVersionRegistry, Option[Time]]

Timestamp after which the TerraformStateVersionRegistry should be resynced

Timestamp after which the TerraformStateVersionRegistry should be resynced

def retryCount: SelectionBuilder[TerraformStateVersionRegistry, Option[Int]]

Number of consecutive failed sync attempts of the TerraformStateVersionRegistry

Number of consecutive failed sync attempts of the TerraformStateVersionRegistry

def state: SelectionBuilder[TerraformStateVersionRegistry, Option[RegistryState]]

Sync state of the TerraformStateVersionRegistry

Sync state of the TerraformStateVersionRegistry

ID of the terraform state version.

ID of the terraform state version.