Documentation ¶
Index ¶
- type Accounts
- type AccountsAttributes
- func (a AccountsAttributes) ApiType() terra.StringValue
- func (a AccountsAttributes) CreationTime() terra.StringValue
- func (a AccountsAttributes) DeletionTime() terra.StringValue
- func (a AccountsAttributes) Id() terra.StringValue
- func (a AccountsAttributes) InternalRef() (terra.Reference, error)
- func (a AccountsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a AccountsAttributes) InternalWithRef(ref terra.Reference) AccountsAttributes
- func (a AccountsAttributes) RestorableLocations() terra.ListValue[RestorableLocationsAttributes]
- type AccountsState
- type RestorableLocations
- type RestorableLocationsAttributes
- func (rl RestorableLocationsAttributes) CreationTime() terra.StringValue
- func (rl RestorableLocationsAttributes) DeletionTime() terra.StringValue
- func (rl RestorableLocationsAttributes) InternalRef() (terra.Reference, error)
- func (rl RestorableLocationsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rl RestorableLocationsAttributes) InternalWithRef(ref terra.Reference) RestorableLocationsAttributes
- func (rl RestorableLocationsAttributes) Location() terra.StringValue
- func (rl RestorableLocationsAttributes) RegionalDatabaseAccountInstanceId() terra.StringValue
- type RestorableLocationsState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Accounts ¶
type Accounts struct { // RestorableLocations: min=0 RestorableLocations []RestorableLocations `hcl:"restorable_locations,block" validate:"min=0"` }
type AccountsAttributes ¶
type AccountsAttributes struct {
// contains filtered or unexported fields
}
func (AccountsAttributes) ApiType ¶
func (a AccountsAttributes) ApiType() terra.StringValue
func (AccountsAttributes) CreationTime ¶
func (a AccountsAttributes) CreationTime() terra.StringValue
func (AccountsAttributes) DeletionTime ¶
func (a AccountsAttributes) DeletionTime() terra.StringValue
func (AccountsAttributes) Id ¶
func (a AccountsAttributes) Id() terra.StringValue
func (AccountsAttributes) InternalRef ¶
func (a AccountsAttributes) InternalRef() (terra.Reference, error)
func (AccountsAttributes) InternalTokens ¶
func (a AccountsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AccountsAttributes) InternalWithRef ¶
func (a AccountsAttributes) InternalWithRef(ref terra.Reference) AccountsAttributes
func (AccountsAttributes) RestorableLocations ¶
func (a AccountsAttributes) RestorableLocations() terra.ListValue[RestorableLocationsAttributes]
type AccountsState ¶
type AccountsState struct { ApiType string `json:"api_type"` CreationTime string `json:"creation_time"` DeletionTime string `json:"deletion_time"` Id string `json:"id"` RestorableLocations []RestorableLocationsState `json:"restorable_locations"` }
type RestorableLocations ¶
type RestorableLocations struct{}
type RestorableLocationsAttributes ¶
type RestorableLocationsAttributes struct {
// contains filtered or unexported fields
}
func (RestorableLocationsAttributes) CreationTime ¶
func (rl RestorableLocationsAttributes) CreationTime() terra.StringValue
func (RestorableLocationsAttributes) DeletionTime ¶
func (rl RestorableLocationsAttributes) DeletionTime() terra.StringValue
func (RestorableLocationsAttributes) InternalRef ¶
func (rl RestorableLocationsAttributes) InternalRef() (terra.Reference, error)
func (RestorableLocationsAttributes) InternalTokens ¶
func (rl RestorableLocationsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RestorableLocationsAttributes) InternalWithRef ¶
func (rl RestorableLocationsAttributes) InternalWithRef(ref terra.Reference) RestorableLocationsAttributes
func (RestorableLocationsAttributes) Location ¶
func (rl RestorableLocationsAttributes) Location() terra.StringValue
func (RestorableLocationsAttributes) RegionalDatabaseAccountInstanceId ¶
func (rl RestorableLocationsAttributes) RegionalDatabaseAccountInstanceId() terra.StringValue
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.