Documentation
¶
Index ¶
- type Permissions
- type PermissionsAttributes
- func (p PermissionsAttributes) Add() terra.BoolValue
- func (p PermissionsAttributes) Create() terra.BoolValue
- func (p PermissionsAttributes) Delete() terra.BoolValue
- func (p PermissionsAttributes) Filter() terra.BoolValue
- func (p PermissionsAttributes) InternalRef() (terra.Reference, error)
- func (p PermissionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (p PermissionsAttributes) InternalWithRef(ref terra.Reference) PermissionsAttributes
- func (p PermissionsAttributes) List() terra.BoolValue
- func (p PermissionsAttributes) Process() terra.BoolValue
- func (p PermissionsAttributes) Read() terra.BoolValue
- func (p PermissionsAttributes) Tag() terra.BoolValue
- func (p PermissionsAttributes) Update() terra.BoolValue
- func (p PermissionsAttributes) Write() terra.BoolValue
- type PermissionsState
- type ResourceTypes
- type ResourceTypesAttributes
- func (rt ResourceTypesAttributes) Container() terra.BoolValue
- func (rt ResourceTypesAttributes) InternalRef() (terra.Reference, error)
- func (rt ResourceTypesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rt ResourceTypesAttributes) InternalWithRef(ref terra.Reference) ResourceTypesAttributes
- func (rt ResourceTypesAttributes) Object() terra.BoolValue
- func (rt ResourceTypesAttributes) Service() terra.BoolValue
- type ResourceTypesState
- type Services
- type ServicesAttributes
- func (s ServicesAttributes) Blob() terra.BoolValue
- func (s ServicesAttributes) File() terra.BoolValue
- func (s ServicesAttributes) InternalRef() (terra.Reference, error)
- func (s ServicesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s ServicesAttributes) InternalWithRef(ref terra.Reference) ServicesAttributes
- func (s ServicesAttributes) Queue() terra.BoolValue
- func (s ServicesAttributes) Table() terra.BoolValue
- type ServicesState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Permissions ¶
type Permissions struct { // Add: bool, required Add terra.BoolValue `hcl:"add,attr" validate:"required"` // Create: bool, required Create terra.BoolValue `hcl:"create,attr" validate:"required"` // Delete: bool, required Delete terra.BoolValue `hcl:"delete,attr" validate:"required"` // Filter: bool, required Filter terra.BoolValue `hcl:"filter,attr" validate:"required"` // List: bool, required List terra.BoolValue `hcl:"list,attr" validate:"required"` // Process: bool, required Process terra.BoolValue `hcl:"process,attr" validate:"required"` // Read: bool, required Read terra.BoolValue `hcl:"read,attr" validate:"required"` // Tag: bool, required Tag terra.BoolValue `hcl:"tag,attr" validate:"required"` // Update: bool, required Update terra.BoolValue `hcl:"update,attr" validate:"required"` // Write: bool, required Write terra.BoolValue `hcl:"write,attr" validate:"required"` }
type PermissionsAttributes ¶
type PermissionsAttributes struct {
// contains filtered or unexported fields
}
func (PermissionsAttributes) Add ¶
func (p PermissionsAttributes) Add() terra.BoolValue
func (PermissionsAttributes) Create ¶
func (p PermissionsAttributes) Create() terra.BoolValue
func (PermissionsAttributes) Delete ¶
func (p PermissionsAttributes) Delete() terra.BoolValue
func (PermissionsAttributes) Filter ¶
func (p PermissionsAttributes) Filter() terra.BoolValue
func (PermissionsAttributes) InternalRef ¶
func (p PermissionsAttributes) InternalRef() (terra.Reference, error)
func (PermissionsAttributes) InternalTokens ¶
func (p PermissionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PermissionsAttributes) InternalWithRef ¶
func (p PermissionsAttributes) InternalWithRef(ref terra.Reference) PermissionsAttributes
func (PermissionsAttributes) List ¶
func (p PermissionsAttributes) List() terra.BoolValue
func (PermissionsAttributes) Process ¶
func (p PermissionsAttributes) Process() terra.BoolValue
func (PermissionsAttributes) Read ¶
func (p PermissionsAttributes) Read() terra.BoolValue
func (PermissionsAttributes) Tag ¶
func (p PermissionsAttributes) Tag() terra.BoolValue
func (PermissionsAttributes) Update ¶
func (p PermissionsAttributes) Update() terra.BoolValue
func (PermissionsAttributes) Write ¶
func (p PermissionsAttributes) Write() terra.BoolValue
type PermissionsState ¶
type ResourceTypes ¶
type ResourceTypes struct { // Container: bool, required Container terra.BoolValue `hcl:"container,attr" validate:"required"` // Object: bool, required Object terra.BoolValue `hcl:"object,attr" validate:"required"` // Service: bool, required Service terra.BoolValue `hcl:"service,attr" validate:"required"` }
type ResourceTypesAttributes ¶
type ResourceTypesAttributes struct {
// contains filtered or unexported fields
}
func (ResourceTypesAttributes) Container ¶
func (rt ResourceTypesAttributes) Container() terra.BoolValue
func (ResourceTypesAttributes) InternalRef ¶
func (rt ResourceTypesAttributes) InternalRef() (terra.Reference, error)
func (ResourceTypesAttributes) InternalTokens ¶
func (rt ResourceTypesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ResourceTypesAttributes) InternalWithRef ¶
func (rt ResourceTypesAttributes) InternalWithRef(ref terra.Reference) ResourceTypesAttributes
func (ResourceTypesAttributes) Object ¶
func (rt ResourceTypesAttributes) Object() terra.BoolValue
func (ResourceTypesAttributes) Service ¶
func (rt ResourceTypesAttributes) Service() terra.BoolValue
type ResourceTypesState ¶
type Services ¶
type Services struct { // Blob: bool, required Blob terra.BoolValue `hcl:"blob,attr" validate:"required"` // File: bool, required File terra.BoolValue `hcl:"file,attr" validate:"required"` // Queue: bool, required Queue terra.BoolValue `hcl:"queue,attr" validate:"required"` // Table: bool, required Table terra.BoolValue `hcl:"table,attr" validate:"required"` }
type ServicesAttributes ¶
type ServicesAttributes struct {
// contains filtered or unexported fields
}
func (ServicesAttributes) Blob ¶
func (s ServicesAttributes) Blob() terra.BoolValue
func (ServicesAttributes) File ¶
func (s ServicesAttributes) File() terra.BoolValue
func (ServicesAttributes) InternalRef ¶
func (s ServicesAttributes) InternalRef() (terra.Reference, error)
func (ServicesAttributes) InternalTokens ¶
func (s ServicesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ServicesAttributes) InternalWithRef ¶
func (s ServicesAttributes) InternalWithRef(ref terra.Reference) ServicesAttributes
func (ServicesAttributes) Queue ¶
func (s ServicesAttributes) Queue() terra.BoolValue
func (ServicesAttributes) Table ¶
func (s ServicesAttributes) Table() terra.BoolValue
type ServicesState ¶
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.