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) PrincipalId() terra.StringValue
- func (i DataIdentityAttributes) TenantId() terra.StringValue
- 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) PrincipalId() terra.StringValue
- func (i IdentityAttributes) TenantId() terra.StringValue
- func (i IdentityAttributes) Type() terra.StringValue
- type IdentityState
- type OptimizedAutoScale
- type OptimizedAutoScaleAttributes
- func (oas OptimizedAutoScaleAttributes) InternalRef() (terra.Reference, error)
- func (oas OptimizedAutoScaleAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (oas OptimizedAutoScaleAttributes) InternalWithRef(ref terra.Reference) OptimizedAutoScaleAttributes
- func (oas OptimizedAutoScaleAttributes) MaximumInstances() terra.NumberValue
- func (oas OptimizedAutoScaleAttributes) MinimumInstances() terra.NumberValue
- type OptimizedAutoScaleState
- type Resource
- func (akc *Resource) Attributes() azurermKustoClusterAttributes
- func (akc *Resource) Configuration() interface{}
- func (akc *Resource) DependOn() terra.Reference
- func (akc *Resource) Dependencies() terra.Dependencies
- func (akc *Resource) ImportState(state io.Reader) error
- func (akc *Resource) LifecycleManagement() *terra.Lifecycle
- func (akc *Resource) LocalName() string
- func (akc *Resource) State() (*azurermKustoClusterState, bool)
- func (akc *Resource) StateMust() *azurermKustoClusterState
- func (akc *Resource) Type() string
- type Sku
- type SkuAttributes
- func (s SkuAttributes) Capacity() terra.NumberValue
- func (s SkuAttributes) InternalRef() (terra.Reference, error)
- func (s SkuAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SkuAttributes) InternalWithRef(ref terra.Reference) SkuAttributes
- func (s SkuAttributes) Name() terra.StringValue
- type SkuState
- 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
- type VirtualNetworkConfiguration
- type VirtualNetworkConfigurationAttributes
- func (vnc VirtualNetworkConfigurationAttributes) DataManagementPublicIpId() terra.StringValue
- func (vnc VirtualNetworkConfigurationAttributes) EnginePublicIpId() terra.StringValue
- func (vnc VirtualNetworkConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (vnc VirtualNetworkConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vnc VirtualNetworkConfigurationAttributes) InternalWithRef(ref terra.Reference) VirtualNetworkConfigurationAttributes
- func (vnc VirtualNetworkConfigurationAttributes) SubnetId() terra.StringValue
- type VirtualNetworkConfigurationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AllowedFqdns: list of string, optional AllowedFqdns terra.ListValue[terra.StringValue] `hcl:"allowed_fqdns,attr"` // AllowedIpRanges: list of string, optional AllowedIpRanges terra.ListValue[terra.StringValue] `hcl:"allowed_ip_ranges,attr"` // AutoStopEnabled: bool, optional AutoStopEnabled terra.BoolValue `hcl:"auto_stop_enabled,attr"` // DiskEncryptionEnabled: bool, optional DiskEncryptionEnabled terra.BoolValue `hcl:"disk_encryption_enabled,attr"` // DoubleEncryptionEnabled: bool, optional DoubleEncryptionEnabled terra.BoolValue `hcl:"double_encryption_enabled,attr"` // Engine: string, optional Engine terra.StringValue `hcl:"engine,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LanguageExtensions: set of string, optional LanguageExtensions terra.SetValue[terra.StringValue] `hcl:"language_extensions,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // OutboundNetworkAccessRestricted: bool, optional OutboundNetworkAccessRestricted terra.BoolValue `hcl:"outbound_network_access_restricted,attr"` // PublicIpType: string, optional PublicIpType terra.StringValue `hcl:"public_ip_type,attr"` // PublicNetworkAccessEnabled: bool, optional PublicNetworkAccessEnabled terra.BoolValue `hcl:"public_network_access_enabled,attr"` // PurgeEnabled: bool, optional PurgeEnabled terra.BoolValue `hcl:"purge_enabled,attr"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // StreamingIngestionEnabled: bool, optional StreamingIngestionEnabled terra.BoolValue `hcl:"streaming_ingestion_enabled,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TrustedExternalTenants: list of string, optional TrustedExternalTenants terra.ListValue[terra.StringValue] `hcl:"trusted_external_tenants,attr"` // Zones: set of string, optional Zones terra.SetValue[terra.StringValue] `hcl:"zones,attr"` // Identity: optional Identity *Identity `hcl:"identity,block"` // OptimizedAutoScale: optional OptimizedAutoScale *OptimizedAutoScale `hcl:"optimized_auto_scale,block"` // Sku: required Sku *Sku `hcl:"sku,block" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` // VirtualNetworkConfiguration: optional VirtualNetworkConfiguration *VirtualNetworkConfiguration `hcl:"virtual_network_configuration,block"` }
Args contains the configurations for azurerm_kusto_cluster.
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"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azurerm_kusto_cluster.
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) PrincipalId ¶
func (i DataIdentityAttributes) PrincipalId() terra.StringValue
func (DataIdentityAttributes) TenantId ¶
func (i DataIdentityAttributes) TenantId() terra.StringValue
func (DataIdentityAttributes) Type ¶
func (i DataIdentityAttributes) Type() terra.StringValue
type DataIdentityState ¶
type DataSource ¶
DataSource represents the Terraform data resource azurerm_kusto_cluster.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (akc *DataSource) Attributes() dataAzurermKustoClusterAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (akc *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (akc *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (akc *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, optional IdentityIds terra.SetValue[terra.StringValue] `hcl:"identity_ids,attr"` // 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) PrincipalId ¶
func (i IdentityAttributes) PrincipalId() terra.StringValue
func (IdentityAttributes) TenantId ¶
func (i IdentityAttributes) TenantId() terra.StringValue
func (IdentityAttributes) Type ¶
func (i IdentityAttributes) Type() terra.StringValue
type IdentityState ¶
type OptimizedAutoScale ¶
type OptimizedAutoScale struct { // MaximumInstances: number, required MaximumInstances terra.NumberValue `hcl:"maximum_instances,attr" validate:"required"` // MinimumInstances: number, required MinimumInstances terra.NumberValue `hcl:"minimum_instances,attr" validate:"required"` }
type OptimizedAutoScaleAttributes ¶
type OptimizedAutoScaleAttributes struct {
// contains filtered or unexported fields
}
func (OptimizedAutoScaleAttributes) InternalRef ¶
func (oas OptimizedAutoScaleAttributes) InternalRef() (terra.Reference, error)
func (OptimizedAutoScaleAttributes) InternalTokens ¶
func (oas OptimizedAutoScaleAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OptimizedAutoScaleAttributes) InternalWithRef ¶
func (oas OptimizedAutoScaleAttributes) InternalWithRef(ref terra.Reference) OptimizedAutoScaleAttributes
func (OptimizedAutoScaleAttributes) MaximumInstances ¶
func (oas OptimizedAutoScaleAttributes) MaximumInstances() terra.NumberValue
func (OptimizedAutoScaleAttributes) MinimumInstances ¶
func (oas OptimizedAutoScaleAttributes) MinimumInstances() terra.NumberValue
type OptimizedAutoScaleState ¶
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_kusto_cluster.
func (*Resource) Attributes ¶
func (akc *Resource) Attributes() azurermKustoClusterAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (akc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (akc *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 Sku ¶
type Sku struct { // Capacity: number, optional Capacity terra.NumberValue `hcl:"capacity,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` }
type SkuAttributes ¶
type SkuAttributes struct {
// contains filtered or unexported fields
}
func (SkuAttributes) Capacity ¶
func (s SkuAttributes) Capacity() terra.NumberValue
func (SkuAttributes) InternalRef ¶
func (s SkuAttributes) InternalRef() (terra.Reference, error)
func (SkuAttributes) InternalTokens ¶
func (s SkuAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SkuAttributes) InternalWithRef ¶
func (s SkuAttributes) InternalWithRef(ref terra.Reference) SkuAttributes
func (SkuAttributes) Name ¶
func (s SkuAttributes) Name() 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
type TimeoutsState ¶
type VirtualNetworkConfiguration ¶
type VirtualNetworkConfiguration struct { // DataManagementPublicIpId: string, required DataManagementPublicIpId terra.StringValue `hcl:"data_management_public_ip_id,attr" validate:"required"` // EnginePublicIpId: string, required EnginePublicIpId terra.StringValue `hcl:"engine_public_ip_id,attr" validate:"required"` // SubnetId: string, required SubnetId terra.StringValue `hcl:"subnet_id,attr" validate:"required"` }
type VirtualNetworkConfigurationAttributes ¶
type VirtualNetworkConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (VirtualNetworkConfigurationAttributes) DataManagementPublicIpId ¶
func (vnc VirtualNetworkConfigurationAttributes) DataManagementPublicIpId() terra.StringValue
func (VirtualNetworkConfigurationAttributes) EnginePublicIpId ¶
func (vnc VirtualNetworkConfigurationAttributes) EnginePublicIpId() terra.StringValue
func (VirtualNetworkConfigurationAttributes) InternalRef ¶
func (vnc VirtualNetworkConfigurationAttributes) InternalRef() (terra.Reference, error)
func (VirtualNetworkConfigurationAttributes) InternalTokens ¶
func (vnc VirtualNetworkConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VirtualNetworkConfigurationAttributes) InternalWithRef ¶
func (vnc VirtualNetworkConfigurationAttributes) InternalWithRef(ref terra.Reference) VirtualNetworkConfigurationAttributes
func (VirtualNetworkConfigurationAttributes) SubnetId ¶
func (vnc VirtualNetworkConfigurationAttributes) SubnetId() terra.StringValue