Documentation ¶
Index ¶
- type DataArgs
- type DataPermissions
- type DataPermissionsAttributes
- func (p DataPermissionsAttributes) Add() terra.BoolValue
- func (p DataPermissionsAttributes) Create() terra.BoolValue
- func (p DataPermissionsAttributes) Delete() terra.BoolValue
- func (p DataPermissionsAttributes) Filter() terra.BoolValue
- func (p DataPermissionsAttributes) InternalRef() (terra.Reference, error)
- func (p DataPermissionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (p DataPermissionsAttributes) InternalWithRef(ref terra.Reference) DataPermissionsAttributes
- func (p DataPermissionsAttributes) List() terra.BoolValue
- func (p DataPermissionsAttributes) Process() terra.BoolValue
- func (p DataPermissionsAttributes) Read() terra.BoolValue
- func (p DataPermissionsAttributes) Tag() terra.BoolValue
- func (p DataPermissionsAttributes) Update() terra.BoolValue
- func (p DataPermissionsAttributes) Write() terra.BoolValue
- type DataPermissionsState
- type DataResourceTypes
- type DataResourceTypesAttributes
- func (rt DataResourceTypesAttributes) Container() terra.BoolValue
- func (rt DataResourceTypesAttributes) InternalRef() (terra.Reference, error)
- func (rt DataResourceTypesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rt DataResourceTypesAttributes) InternalWithRef(ref terra.Reference) DataResourceTypesAttributes
- func (rt DataResourceTypesAttributes) Object() terra.BoolValue
- func (rt DataResourceTypesAttributes) Service() terra.BoolValue
- type DataResourceTypesState
- type DataServices
- type DataServicesAttributes
- func (s DataServicesAttributes) Blob() terra.BoolValue
- func (s DataServicesAttributes) File() terra.BoolValue
- func (s DataServicesAttributes) InternalRef() (terra.Reference, error)
- func (s DataServicesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s DataServicesAttributes) InternalWithRef(ref terra.Reference) DataServicesAttributes
- func (s DataServicesAttributes) Queue() terra.BoolValue
- func (s DataServicesAttributes) Table() terra.BoolValue
- type DataServicesState
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // ConnectionString: string, required ConnectionString terra.StringValue `hcl:"connection_string,attr" validate:"required"` // Expiry: string, required Expiry terra.StringValue `hcl:"expiry,attr" validate:"required"` // HttpsOnly: bool, optional HttpsOnly terra.BoolValue `hcl:"https_only,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IpAddresses: string, optional IpAddresses terra.StringValue `hcl:"ip_addresses,attr"` // SignedVersion: string, optional SignedVersion terra.StringValue `hcl:"signed_version,attr"` // Start: string, required Start terra.StringValue `hcl:"start,attr" validate:"required"` // Permissions: required Permissions *DataPermissions `hcl:"permissions,block" validate:"required"` // ResourceTypes: required ResourceTypes *DataResourceTypes `hcl:"resource_types,block" validate:"required"` // Services: required Services *DataServices `hcl:"services,block" validate:"required"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azurerm_storage_account_sas.
type DataPermissions ¶
type DataPermissions 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 DataPermissionsAttributes ¶
type DataPermissionsAttributes struct {
// contains filtered or unexported fields
}
func (DataPermissionsAttributes) Add ¶
func (p DataPermissionsAttributes) Add() terra.BoolValue
func (DataPermissionsAttributes) Create ¶
func (p DataPermissionsAttributes) Create() terra.BoolValue
func (DataPermissionsAttributes) Delete ¶
func (p DataPermissionsAttributes) Delete() terra.BoolValue
func (DataPermissionsAttributes) Filter ¶
func (p DataPermissionsAttributes) Filter() terra.BoolValue
func (DataPermissionsAttributes) InternalRef ¶
func (p DataPermissionsAttributes) InternalRef() (terra.Reference, error)
func (DataPermissionsAttributes) InternalTokens ¶
func (p DataPermissionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataPermissionsAttributes) InternalWithRef ¶
func (p DataPermissionsAttributes) InternalWithRef(ref terra.Reference) DataPermissionsAttributes
func (DataPermissionsAttributes) List ¶
func (p DataPermissionsAttributes) List() terra.BoolValue
func (DataPermissionsAttributes) Process ¶
func (p DataPermissionsAttributes) Process() terra.BoolValue
func (DataPermissionsAttributes) Read ¶
func (p DataPermissionsAttributes) Read() terra.BoolValue
func (DataPermissionsAttributes) Tag ¶
func (p DataPermissionsAttributes) Tag() terra.BoolValue
func (DataPermissionsAttributes) Update ¶
func (p DataPermissionsAttributes) Update() terra.BoolValue
func (DataPermissionsAttributes) Write ¶
func (p DataPermissionsAttributes) Write() terra.BoolValue
type DataPermissionsState ¶
type DataResourceTypes ¶
type DataResourceTypes 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 DataResourceTypesAttributes ¶
type DataResourceTypesAttributes struct {
// contains filtered or unexported fields
}
func (DataResourceTypesAttributes) Container ¶
func (rt DataResourceTypesAttributes) Container() terra.BoolValue
func (DataResourceTypesAttributes) InternalRef ¶
func (rt DataResourceTypesAttributes) InternalRef() (terra.Reference, error)
func (DataResourceTypesAttributes) InternalTokens ¶
func (rt DataResourceTypesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataResourceTypesAttributes) InternalWithRef ¶
func (rt DataResourceTypesAttributes) InternalWithRef(ref terra.Reference) DataResourceTypesAttributes
func (DataResourceTypesAttributes) Object ¶
func (rt DataResourceTypesAttributes) Object() terra.BoolValue
func (DataResourceTypesAttributes) Service ¶
func (rt DataResourceTypesAttributes) Service() terra.BoolValue
type DataResourceTypesState ¶
type DataServices ¶
type DataServices 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 DataServicesAttributes ¶
type DataServicesAttributes struct {
// contains filtered or unexported fields
}
func (DataServicesAttributes) Blob ¶
func (s DataServicesAttributes) Blob() terra.BoolValue
func (DataServicesAttributes) File ¶
func (s DataServicesAttributes) File() terra.BoolValue
func (DataServicesAttributes) InternalRef ¶
func (s DataServicesAttributes) InternalRef() (terra.Reference, error)
func (DataServicesAttributes) InternalTokens ¶
func (s DataServicesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataServicesAttributes) InternalWithRef ¶
func (s DataServicesAttributes) InternalWithRef(ref terra.Reference) DataServicesAttributes
func (DataServicesAttributes) Queue ¶
func (s DataServicesAttributes) Queue() terra.BoolValue
func (DataServicesAttributes) Table ¶
func (s DataServicesAttributes) Table() terra.BoolValue
type DataServicesState ¶
type DataSource ¶
DataSource represents the Terraform data resource azurerm_storage_account_sas.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (asas *DataSource) Attributes() dataAzurermStorageAccountSasAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (asas *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (asas *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (asas *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 (t DataTimeoutsAttributes) InternalWithRef(ref terra.Reference) DataTimeoutsAttributes
func (DataTimeoutsAttributes) Read ¶
func (t DataTimeoutsAttributes) Read() terra.StringValue
type DataTimeoutsState ¶
type DataTimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.