Documentation ¶
Index ¶
- type Acl
- type AclAccessPolicy
- type AclAccessPolicyAttributes
- func (ap AclAccessPolicyAttributes) Expiry() terra.StringValue
- func (ap AclAccessPolicyAttributes) InternalRef() (terra.Reference, error)
- func (ap AclAccessPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ap AclAccessPolicyAttributes) InternalWithRef(ref terra.Reference) AclAccessPolicyAttributes
- func (ap AclAccessPolicyAttributes) Permissions() terra.StringValue
- func (ap AclAccessPolicyAttributes) Start() terra.StringValue
- type AclAccessPolicyState
- type AclAttributes
- func (a AclAttributes) AccessPolicy() terra.ListValue[AclAccessPolicyAttributes]
- func (a AclAttributes) Id() terra.StringValue
- func (a AclAttributes) InternalRef() (terra.Reference, error)
- func (a AclAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a AclAttributes) InternalWithRef(ref terra.Reference) AclAttributes
- type AclState
- type Args
- type Resource
- func (ast *Resource) Attributes() azurermStorageTableAttributes
- func (ast *Resource) Configuration() interface{}
- func (ast *Resource) DependOn() terra.Reference
- func (ast *Resource) Dependencies() terra.Dependencies
- func (ast *Resource) ImportState(state io.Reader) error
- func (ast *Resource) LifecycleManagement() *terra.Lifecycle
- func (ast *Resource) LocalName() string
- func (ast *Resource) State() (*azurermStorageTableState, bool)
- func (ast *Resource) StateMust() *azurermStorageTableState
- func (ast *Resource) Type() string
- 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 Acl ¶
type Acl struct { // Id: string, required Id terra.StringValue `hcl:"id,attr" validate:"required"` // AclAccessPolicy: min=0 AccessPolicy []AclAccessPolicy `hcl:"access_policy,block" validate:"min=0"` }
type AclAccessPolicy ¶
type AclAccessPolicy struct { // Expiry: string, required Expiry terra.StringValue `hcl:"expiry,attr" validate:"required"` // Permissions: string, required Permissions terra.StringValue `hcl:"permissions,attr" validate:"required"` // Start: string, required Start terra.StringValue `hcl:"start,attr" validate:"required"` }
type AclAccessPolicyAttributes ¶
type AclAccessPolicyAttributes struct {
// contains filtered or unexported fields
}
func (AclAccessPolicyAttributes) Expiry ¶
func (ap AclAccessPolicyAttributes) Expiry() terra.StringValue
func (AclAccessPolicyAttributes) InternalRef ¶
func (ap AclAccessPolicyAttributes) InternalRef() (terra.Reference, error)
func (AclAccessPolicyAttributes) InternalTokens ¶
func (ap AclAccessPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AclAccessPolicyAttributes) InternalWithRef ¶
func (ap AclAccessPolicyAttributes) InternalWithRef(ref terra.Reference) AclAccessPolicyAttributes
func (AclAccessPolicyAttributes) Permissions ¶
func (ap AclAccessPolicyAttributes) Permissions() terra.StringValue
func (AclAccessPolicyAttributes) Start ¶
func (ap AclAccessPolicyAttributes) Start() terra.StringValue
type AclAccessPolicyState ¶
type AclAttributes ¶
type AclAttributes struct {
// contains filtered or unexported fields
}
func (AclAttributes) AccessPolicy ¶
func (a AclAttributes) AccessPolicy() terra.ListValue[AclAccessPolicyAttributes]
func (AclAttributes) Id ¶
func (a AclAttributes) Id() terra.StringValue
func (AclAttributes) InternalRef ¶
func (a AclAttributes) InternalRef() (terra.Reference, error)
func (AclAttributes) InternalTokens ¶
func (a AclAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AclAttributes) InternalWithRef ¶
func (a AclAttributes) InternalWithRef(ref terra.Reference) AclAttributes
type AclState ¶
type AclState struct { Id string `json:"id"` AccessPolicy []AclAccessPolicyState `json:"access_policy"` }
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // StorageAccountName: string, required StorageAccountName terra.StringValue `hcl:"storage_account_name,attr" validate:"required"` // Acl: min=0 Acl []Acl `hcl:"acl,block" validate:"min=0"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_storage_table.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource azurerm_storage_table.
func (*Resource) Attributes ¶
func (ast *Resource) Attributes() azurermStorageTableAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (ast *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (ast *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
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.