Documentation ¶
Index ¶
- type ExportDataOptions
- type ExportDataOptionsAttributes
- func (edo ExportDataOptionsAttributes) InternalRef() (terra.Reference, error)
- func (edo ExportDataOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (edo ExportDataOptionsAttributes) InternalWithRef(ref terra.Reference) ExportDataOptionsAttributes
- func (edo ExportDataOptionsAttributes) TimeFrame() terra.StringValue
- func (edo ExportDataOptionsAttributes) Type() terra.StringValue
- type ExportDataOptionsState
- type ExportDataStorageLocation
- type ExportDataStorageLocationAttributes
- func (edsl ExportDataStorageLocationAttributes) ContainerId() terra.StringValue
- func (edsl ExportDataStorageLocationAttributes) InternalRef() (terra.Reference, error)
- func (edsl ExportDataStorageLocationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (edsl ExportDataStorageLocationAttributes) InternalWithRef(ref terra.Reference) ExportDataStorageLocationAttributes
- func (edsl ExportDataStorageLocationAttributes) RootFolderPath() terra.StringValue
- type ExportDataStorageLocationState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportDataOptions ¶
type ExportDataOptions struct { // TimeFrame: string, required TimeFrame terra.StringValue `hcl:"time_frame,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type ExportDataOptionsAttributes ¶
type ExportDataOptionsAttributes struct {
// contains filtered or unexported fields
}
func (ExportDataOptionsAttributes) InternalRef ¶
func (edo ExportDataOptionsAttributes) InternalRef() (terra.Reference, error)
func (ExportDataOptionsAttributes) InternalTokens ¶
func (edo ExportDataOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ExportDataOptionsAttributes) InternalWithRef ¶
func (edo ExportDataOptionsAttributes) InternalWithRef(ref terra.Reference) ExportDataOptionsAttributes
func (ExportDataOptionsAttributes) TimeFrame ¶
func (edo ExportDataOptionsAttributes) TimeFrame() terra.StringValue
func (ExportDataOptionsAttributes) Type ¶
func (edo ExportDataOptionsAttributes) Type() terra.StringValue
type ExportDataOptionsState ¶
type ExportDataStorageLocation ¶
type ExportDataStorageLocation struct { // ContainerId: string, required ContainerId terra.StringValue `hcl:"container_id,attr" validate:"required"` // RootFolderPath: string, required RootFolderPath terra.StringValue `hcl:"root_folder_path,attr" validate:"required"` }
type ExportDataStorageLocationAttributes ¶
type ExportDataStorageLocationAttributes struct {
// contains filtered or unexported fields
}
func (ExportDataStorageLocationAttributes) ContainerId ¶
func (edsl ExportDataStorageLocationAttributes) ContainerId() terra.StringValue
func (ExportDataStorageLocationAttributes) InternalRef ¶
func (edsl ExportDataStorageLocationAttributes) InternalRef() (terra.Reference, error)
func (ExportDataStorageLocationAttributes) InternalTokens ¶
func (edsl ExportDataStorageLocationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ExportDataStorageLocationAttributes) InternalWithRef ¶
func (edsl ExportDataStorageLocationAttributes) InternalWithRef(ref terra.Reference) ExportDataStorageLocationAttributes
func (ExportDataStorageLocationAttributes) RootFolderPath ¶
func (edsl ExportDataStorageLocationAttributes) RootFolderPath() terra.StringValue
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.