Documentation
¶
Index ¶
- type Args
- type DataArgs
- type DataIdentityAttributes
- func (i DataIdentityAttributes) IdentityIds() terra.ListValue[terra.StringValue]
- func (i DataIdentityAttributes) InternalRef() (terra.Reference, error)
- func (i DataIdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i DataIdentityAttributes) InternalWithRef(ref terra.Reference) DataIdentityAttributes
- func (i DataIdentityAttributes) Type() terra.StringValue
- type DataIdentityState
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
- type Identity
- type IdentityAttributes
- func (i IdentityAttributes) IdentityIds() terra.SetValue[terra.StringValue]
- func (i IdentityAttributes) InternalRef() (terra.Reference, error)
- func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
- func (i IdentityAttributes) Type() terra.StringValue
- type IdentityState
- type Import
- type ImportAttributes
- func (i ImportAttributes) AdministratorLogin() terra.StringValue
- func (i ImportAttributes) AdministratorLoginPassword() terra.StringValue
- func (i ImportAttributes) AuthenticationType() terra.StringValue
- func (i ImportAttributes) InternalRef() (terra.Reference, error)
- func (i ImportAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i ImportAttributes) InternalWithRef(ref terra.Reference) ImportAttributes
- func (i ImportAttributes) StorageAccountId() terra.StringValue
- func (i ImportAttributes) StorageKey() terra.StringValue
- func (i ImportAttributes) StorageKeyType() terra.StringValue
- func (i ImportAttributes) StorageUri() terra.StringValue
- type ImportState
- type LongTermRetentionPolicy
- type LongTermRetentionPolicyAttributes
- func (ltrp LongTermRetentionPolicyAttributes) ImmutableBackupsEnabled() terra.BoolValue
- func (ltrp LongTermRetentionPolicyAttributes) InternalRef() (terra.Reference, error)
- func (ltrp LongTermRetentionPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ltrp LongTermRetentionPolicyAttributes) InternalWithRef(ref terra.Reference) LongTermRetentionPolicyAttributes
- func (ltrp LongTermRetentionPolicyAttributes) MonthlyRetention() terra.StringValue
- func (ltrp LongTermRetentionPolicyAttributes) WeekOfYear() terra.NumberValue
- func (ltrp LongTermRetentionPolicyAttributes) WeeklyRetention() terra.StringValue
- func (ltrp LongTermRetentionPolicyAttributes) YearlyRetention() terra.StringValue
- type LongTermRetentionPolicyState
- type Resource
- func (amd *Resource) Attributes() azurermMssqlDatabaseAttributes
- func (amd *Resource) Configuration() interface{}
- func (amd *Resource) DependOn() terra.Reference
- func (amd *Resource) Dependencies() terra.Dependencies
- func (amd *Resource) ImportState(state io.Reader) error
- func (amd *Resource) LifecycleManagement() *terra.Lifecycle
- func (amd *Resource) LocalName() string
- func (amd *Resource) State() (*azurermMssqlDatabaseState, bool)
- func (amd *Resource) StateMust() *azurermMssqlDatabaseState
- func (amd *Resource) Type() string
- type ShortTermRetentionPolicy
- type ShortTermRetentionPolicyAttributes
- func (strp ShortTermRetentionPolicyAttributes) BackupIntervalInHours() terra.NumberValue
- func (strp ShortTermRetentionPolicyAttributes) InternalRef() (terra.Reference, error)
- func (strp ShortTermRetentionPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (strp ShortTermRetentionPolicyAttributes) InternalWithRef(ref terra.Reference) ShortTermRetentionPolicyAttributes
- func (strp ShortTermRetentionPolicyAttributes) RetentionDays() terra.NumberValue
- type ShortTermRetentionPolicyState
- type ThreatDetectionPolicy
- type ThreatDetectionPolicyAttributes
- func (tdp ThreatDetectionPolicyAttributes) DisabledAlerts() terra.SetValue[terra.StringValue]
- func (tdp ThreatDetectionPolicyAttributes) EmailAccountAdmins() terra.StringValue
- func (tdp ThreatDetectionPolicyAttributes) EmailAddresses() terra.SetValue[terra.StringValue]
- func (tdp ThreatDetectionPolicyAttributes) InternalRef() (terra.Reference, error)
- func (tdp ThreatDetectionPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (tdp ThreatDetectionPolicyAttributes) InternalWithRef(ref terra.Reference) ThreatDetectionPolicyAttributes
- func (tdp ThreatDetectionPolicyAttributes) RetentionDays() terra.NumberValue
- func (tdp ThreatDetectionPolicyAttributes) State() terra.StringValue
- func (tdp ThreatDetectionPolicyAttributes) StorageAccountAccessKey() terra.StringValue
- func (tdp ThreatDetectionPolicyAttributes) StorageEndpoint() terra.StringValue
- type ThreatDetectionPolicyState
- 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 Args ¶
type Args struct { // AutoPauseDelayInMinutes: number, optional AutoPauseDelayInMinutes terra.NumberValue `hcl:"auto_pause_delay_in_minutes,attr"` // Collation: string, optional Collation terra.StringValue `hcl:"collation,attr"` // CreateMode: string, optional CreateMode terra.StringValue `hcl:"create_mode,attr"` // CreationSourceDatabaseId: string, optional CreationSourceDatabaseId terra.StringValue `hcl:"creation_source_database_id,attr"` // ElasticPoolId: string, optional ElasticPoolId terra.StringValue `hcl:"elastic_pool_id,attr"` // EnclaveType: string, optional EnclaveType terra.StringValue `hcl:"enclave_type,attr"` // GeoBackupEnabled: bool, optional GeoBackupEnabled terra.BoolValue `hcl:"geo_backup_enabled,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LedgerEnabled: bool, optional LedgerEnabled terra.BoolValue `hcl:"ledger_enabled,attr"` // LicenseType: string, optional LicenseType terra.StringValue `hcl:"license_type,attr"` // MaintenanceConfigurationName: string, optional MaintenanceConfigurationName terra.StringValue `hcl:"maintenance_configuration_name,attr"` // MaxSizeGb: number, optional MaxSizeGb terra.NumberValue `hcl:"max_size_gb,attr"` // MinCapacity: number, optional MinCapacity terra.NumberValue `hcl:"min_capacity,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ReadReplicaCount: number, optional ReadReplicaCount terra.NumberValue `hcl:"read_replica_count,attr"` // ReadScale: bool, optional ReadScale terra.BoolValue `hcl:"read_scale,attr"` // RecoverDatabaseId: string, optional RecoverDatabaseId terra.StringValue `hcl:"recover_database_id,attr"` // RecoveryPointId: string, optional RecoveryPointId terra.StringValue `hcl:"recovery_point_id,attr"` // RestoreDroppedDatabaseId: string, optional RestoreDroppedDatabaseId terra.StringValue `hcl:"restore_dropped_database_id,attr"` // RestoreLongTermRetentionBackupId: string, optional RestoreLongTermRetentionBackupId terra.StringValue `hcl:"restore_long_term_retention_backup_id,attr"` // RestorePointInTime: string, optional RestorePointInTime terra.StringValue `hcl:"restore_point_in_time,attr"` // SampleName: string, optional SampleName terra.StringValue `hcl:"sample_name,attr"` // SecondaryType: string, optional SecondaryType terra.StringValue `hcl:"secondary_type,attr"` // ServerId: string, required ServerId terra.StringValue `hcl:"server_id,attr" validate:"required"` // SkuName: string, optional SkuName terra.StringValue `hcl:"sku_name,attr"` // StorageAccountType: string, optional StorageAccountType terra.StringValue `hcl:"storage_account_type,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TransparentDataEncryptionEnabled: bool, optional TransparentDataEncryptionEnabled terra.BoolValue `hcl:"transparent_data_encryption_enabled,attr"` // TransparentDataEncryptionKeyAutomaticRotationEnabled: bool, optional TransparentDataEncryptionKeyAutomaticRotationEnabled terra.BoolValue `hcl:"transparent_data_encryption_key_automatic_rotation_enabled,attr"` // TransparentDataEncryptionKeyVaultKeyId: string, optional TransparentDataEncryptionKeyVaultKeyId terra.StringValue `hcl:"transparent_data_encryption_key_vault_key_id,attr"` // ZoneRedundant: bool, optional ZoneRedundant terra.BoolValue `hcl:"zone_redundant,attr"` // Identity: optional Identity *Identity `hcl:"identity,block"` // Import: optional Import *Import `hcl:"import,block"` // LongTermRetentionPolicy: optional LongTermRetentionPolicy *LongTermRetentionPolicy `hcl:"long_term_retention_policy,block"` // ShortTermRetentionPolicy: optional ShortTermRetentionPolicy *ShortTermRetentionPolicy `hcl:"short_term_retention_policy,block"` // ThreatDetectionPolicy: optional ThreatDetectionPolicy *ThreatDetectionPolicy `hcl:"threat_detection_policy,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_mssql_database.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ServerId: string, required ServerId terra.StringValue `hcl:"server_id,attr" validate:"required"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azurerm_mssql_database.
type DataIdentityAttributes ¶
type DataIdentityAttributes struct {
// contains filtered or unexported fields
}
func (DataIdentityAttributes) IdentityIds ¶
func (i DataIdentityAttributes) IdentityIds() terra.ListValue[terra.StringValue]
func (DataIdentityAttributes) InternalRef ¶
func (i DataIdentityAttributes) InternalRef() (terra.Reference, error)
func (DataIdentityAttributes) InternalTokens ¶
func (i DataIdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataIdentityAttributes) InternalWithRef ¶
func (i DataIdentityAttributes) InternalWithRef(ref terra.Reference) DataIdentityAttributes
func (DataIdentityAttributes) Type ¶
func (i DataIdentityAttributes) Type() terra.StringValue
type DataIdentityState ¶
type DataSource ¶
DataSource represents the Terraform data resource azurerm_mssql_database.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (amd *DataSource) Attributes() dataAzurermMssqlDatabaseAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (amd *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (amd *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (amd *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"`
}
type Identity ¶
type Identity struct { // IdentityIds: set of string, required IdentityIds terra.SetValue[terra.StringValue] `hcl:"identity_ids,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type IdentityAttributes ¶
type IdentityAttributes struct {
// contains filtered or unexported fields
}
func (IdentityAttributes) IdentityIds ¶
func (i IdentityAttributes) IdentityIds() terra.SetValue[terra.StringValue]
func (IdentityAttributes) InternalRef ¶
func (i IdentityAttributes) InternalRef() (terra.Reference, error)
func (IdentityAttributes) InternalTokens ¶
func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IdentityAttributes) InternalWithRef ¶
func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
func (IdentityAttributes) Type ¶
func (i IdentityAttributes) Type() terra.StringValue
type IdentityState ¶
type Import ¶
type Import struct { // AdministratorLogin: string, required AdministratorLogin terra.StringValue `hcl:"administrator_login,attr" validate:"required"` // AdministratorLoginPassword: string, required AdministratorLoginPassword terra.StringValue `hcl:"administrator_login_password,attr" validate:"required"` // AuthenticationType: string, required AuthenticationType terra.StringValue `hcl:"authentication_type,attr" validate:"required"` // StorageAccountId: string, optional StorageAccountId terra.StringValue `hcl:"storage_account_id,attr"` // StorageKey: string, required StorageKey terra.StringValue `hcl:"storage_key,attr" validate:"required"` // StorageKeyType: string, required StorageKeyType terra.StringValue `hcl:"storage_key_type,attr" validate:"required"` // StorageUri: string, required StorageUri terra.StringValue `hcl:"storage_uri,attr" validate:"required"` }
type ImportAttributes ¶
type ImportAttributes struct {
// contains filtered or unexported fields
}
func (ImportAttributes) AdministratorLogin ¶
func (i ImportAttributes) AdministratorLogin() terra.StringValue
func (ImportAttributes) AdministratorLoginPassword ¶
func (i ImportAttributes) AdministratorLoginPassword() terra.StringValue
func (ImportAttributes) AuthenticationType ¶
func (i ImportAttributes) AuthenticationType() terra.StringValue
func (ImportAttributes) InternalRef ¶
func (i ImportAttributes) InternalRef() (terra.Reference, error)
func (ImportAttributes) InternalTokens ¶
func (i ImportAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ImportAttributes) InternalWithRef ¶
func (i ImportAttributes) InternalWithRef(ref terra.Reference) ImportAttributes
func (ImportAttributes) StorageAccountId ¶
func (i ImportAttributes) StorageAccountId() terra.StringValue
func (ImportAttributes) StorageKey ¶
func (i ImportAttributes) StorageKey() terra.StringValue
func (ImportAttributes) StorageKeyType ¶
func (i ImportAttributes) StorageKeyType() terra.StringValue
func (ImportAttributes) StorageUri ¶
func (i ImportAttributes) StorageUri() terra.StringValue
type ImportState ¶
type ImportState struct { AdministratorLogin string `json:"administrator_login"` AdministratorLoginPassword string `json:"administrator_login_password"` AuthenticationType string `json:"authentication_type"` StorageAccountId string `json:"storage_account_id"` StorageKey string `json:"storage_key"` StorageKeyType string `json:"storage_key_type"` StorageUri string `json:"storage_uri"` }
type LongTermRetentionPolicy ¶
type LongTermRetentionPolicy struct { // ImmutableBackupsEnabled: bool, optional ImmutableBackupsEnabled terra.BoolValue `hcl:"immutable_backups_enabled,attr"` // MonthlyRetention: string, optional MonthlyRetention terra.StringValue `hcl:"monthly_retention,attr"` // WeekOfYear: number, optional WeekOfYear terra.NumberValue `hcl:"week_of_year,attr"` // WeeklyRetention: string, optional WeeklyRetention terra.StringValue `hcl:"weekly_retention,attr"` // YearlyRetention: string, optional YearlyRetention terra.StringValue `hcl:"yearly_retention,attr"` }
type LongTermRetentionPolicyAttributes ¶
type LongTermRetentionPolicyAttributes struct {
// contains filtered or unexported fields
}
func (LongTermRetentionPolicyAttributes) ImmutableBackupsEnabled ¶
func (ltrp LongTermRetentionPolicyAttributes) ImmutableBackupsEnabled() terra.BoolValue
func (LongTermRetentionPolicyAttributes) InternalRef ¶
func (ltrp LongTermRetentionPolicyAttributes) InternalRef() (terra.Reference, error)
func (LongTermRetentionPolicyAttributes) InternalTokens ¶
func (ltrp LongTermRetentionPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LongTermRetentionPolicyAttributes) InternalWithRef ¶
func (ltrp LongTermRetentionPolicyAttributes) InternalWithRef(ref terra.Reference) LongTermRetentionPolicyAttributes
func (LongTermRetentionPolicyAttributes) MonthlyRetention ¶
func (ltrp LongTermRetentionPolicyAttributes) MonthlyRetention() terra.StringValue
func (LongTermRetentionPolicyAttributes) WeekOfYear ¶
func (ltrp LongTermRetentionPolicyAttributes) WeekOfYear() terra.NumberValue
func (LongTermRetentionPolicyAttributes) WeeklyRetention ¶
func (ltrp LongTermRetentionPolicyAttributes) WeeklyRetention() terra.StringValue
func (LongTermRetentionPolicyAttributes) YearlyRetention ¶
func (ltrp LongTermRetentionPolicyAttributes) YearlyRetention() terra.StringValue
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_mssql_database.
func (*Resource) Attributes ¶
func (amd *Resource) Attributes() azurermMssqlDatabaseAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (amd *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (amd *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 ShortTermRetentionPolicy ¶
type ShortTermRetentionPolicy struct { // BackupIntervalInHours: number, optional BackupIntervalInHours terra.NumberValue `hcl:"backup_interval_in_hours,attr"` // RetentionDays: number, required RetentionDays terra.NumberValue `hcl:"retention_days,attr" validate:"required"` }
type ShortTermRetentionPolicyAttributes ¶
type ShortTermRetentionPolicyAttributes struct {
// contains filtered or unexported fields
}
func (ShortTermRetentionPolicyAttributes) BackupIntervalInHours ¶
func (strp ShortTermRetentionPolicyAttributes) BackupIntervalInHours() terra.NumberValue
func (ShortTermRetentionPolicyAttributes) InternalRef ¶
func (strp ShortTermRetentionPolicyAttributes) InternalRef() (terra.Reference, error)
func (ShortTermRetentionPolicyAttributes) InternalTokens ¶
func (strp ShortTermRetentionPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ShortTermRetentionPolicyAttributes) InternalWithRef ¶
func (strp ShortTermRetentionPolicyAttributes) InternalWithRef(ref terra.Reference) ShortTermRetentionPolicyAttributes
func (ShortTermRetentionPolicyAttributes) RetentionDays ¶
func (strp ShortTermRetentionPolicyAttributes) RetentionDays() terra.NumberValue
type ThreatDetectionPolicy ¶
type ThreatDetectionPolicy struct { // DisabledAlerts: set of string, optional DisabledAlerts terra.SetValue[terra.StringValue] `hcl:"disabled_alerts,attr"` // EmailAccountAdmins: string, optional EmailAccountAdmins terra.StringValue `hcl:"email_account_admins,attr"` // EmailAddresses: set of string, optional EmailAddresses terra.SetValue[terra.StringValue] `hcl:"email_addresses,attr"` // RetentionDays: number, optional RetentionDays terra.NumberValue `hcl:"retention_days,attr"` // State: string, optional State terra.StringValue `hcl:"state,attr"` // StorageAccountAccessKey: string, optional StorageAccountAccessKey terra.StringValue `hcl:"storage_account_access_key,attr"` // StorageEndpoint: string, optional StorageEndpoint terra.StringValue `hcl:"storage_endpoint,attr"` }
type ThreatDetectionPolicyAttributes ¶
type ThreatDetectionPolicyAttributes struct {
// contains filtered or unexported fields
}
func (ThreatDetectionPolicyAttributes) DisabledAlerts ¶
func (tdp ThreatDetectionPolicyAttributes) DisabledAlerts() terra.SetValue[terra.StringValue]
func (ThreatDetectionPolicyAttributes) EmailAccountAdmins ¶
func (tdp ThreatDetectionPolicyAttributes) EmailAccountAdmins() terra.StringValue
func (ThreatDetectionPolicyAttributes) EmailAddresses ¶
func (tdp ThreatDetectionPolicyAttributes) EmailAddresses() terra.SetValue[terra.StringValue]
func (ThreatDetectionPolicyAttributes) InternalRef ¶
func (tdp ThreatDetectionPolicyAttributes) InternalRef() (terra.Reference, error)
func (ThreatDetectionPolicyAttributes) InternalTokens ¶
func (tdp ThreatDetectionPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ThreatDetectionPolicyAttributes) InternalWithRef ¶
func (tdp ThreatDetectionPolicyAttributes) InternalWithRef(ref terra.Reference) ThreatDetectionPolicyAttributes
func (ThreatDetectionPolicyAttributes) RetentionDays ¶
func (tdp ThreatDetectionPolicyAttributes) RetentionDays() terra.NumberValue
func (ThreatDetectionPolicyAttributes) State ¶
func (tdp ThreatDetectionPolicyAttributes) State() terra.StringValue
func (ThreatDetectionPolicyAttributes) StorageAccountAccessKey ¶
func (tdp ThreatDetectionPolicyAttributes) StorageAccountAccessKey() terra.StringValue
func (ThreatDetectionPolicyAttributes) StorageEndpoint ¶
func (tdp ThreatDetectionPolicyAttributes) StorageEndpoint() terra.StringValue
type ThreatDetectionPolicyState ¶
type ThreatDetectionPolicyState struct { DisabledAlerts []string `json:"disabled_alerts"` EmailAccountAdmins string `json:"email_account_admins"` EmailAddresses []string `json:"email_addresses"` RetentionDays float64 `json:"retention_days"` State string `json:"state"` StorageAccountAccessKey string `json:"storage_account_access_key"` StorageEndpoint string `json:"storage_endpoint"` }
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