azurerm_cosmosdb_restorable_database_accounts

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataAccountsAttributes

type DataAccountsAttributes struct {
	// contains filtered or unexported fields
}

func (DataAccountsAttributes) ApiType

func (DataAccountsAttributes) CreationTime

func (a DataAccountsAttributes) CreationTime() terra.StringValue

func (DataAccountsAttributes) DeletionTime

func (a DataAccountsAttributes) DeletionTime() terra.StringValue

func (DataAccountsAttributes) Id

func (DataAccountsAttributes) InternalRef

func (a DataAccountsAttributes) InternalRef() (terra.Reference, error)

func (DataAccountsAttributes) InternalTokens

func (a DataAccountsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataAccountsAttributes) InternalWithRef

func (DataAccountsAttributes) RestorableLocations

type DataAccountsRestorableLocationsAttributes

type DataAccountsRestorableLocationsAttributes struct {
	// contains filtered or unexported fields
}

func (DataAccountsRestorableLocationsAttributes) CreationTime

func (DataAccountsRestorableLocationsAttributes) DeletionTime

func (DataAccountsRestorableLocationsAttributes) InternalRef

func (DataAccountsRestorableLocationsAttributes) InternalTokens

func (DataAccountsRestorableLocationsAttributes) InternalWithRef

func (DataAccountsRestorableLocationsAttributes) Location

func (DataAccountsRestorableLocationsAttributes) RegionalDatabaseAccountInstanceId

func (rl DataAccountsRestorableLocationsAttributes) RegionalDatabaseAccountInstanceId() terra.StringValue

type DataAccountsRestorableLocationsState

type DataAccountsRestorableLocationsState struct {
	CreationTime                      string `json:"creation_time"`
	DeletionTime                      string `json:"deletion_time"`
	Location                          string `json:"location"`
	RegionalDatabaseAccountInstanceId string `json:"regional_database_account_instance_id"`
}

type DataAccountsState

type DataAccountsState struct {
	ApiType             string                                 `json:"api_type"`
	CreationTime        string                                 `json:"creation_time"`
	DeletionTime        string                                 `json:"deletion_time"`
	Id                  string                                 `json:"id"`
	RestorableLocations []DataAccountsRestorableLocationsState `json:"restorable_locations"`
}

type DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azurerm_cosmosdb_restorable_database_accounts.

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_cosmosdb_restorable_database_accounts.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (acrda *DataSource) Attributes() dataAzurermCosmosdbRestorableDatabaseAccountsAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (acrda *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (acrda *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (acrda *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataTimeouts

type DataTimeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type DataTimeoutsAttributes

type DataTimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (DataTimeoutsAttributes) InternalRef

func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)

func (DataTimeoutsAttributes) InternalTokens

func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataTimeoutsAttributes) InternalWithRef

func (DataTimeoutsAttributes) Read

type DataTimeoutsState

type DataTimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL