azurerm_machine_learning_workspace

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// ApplicationInsightsId: string, required
	ApplicationInsightsId terra.StringValue `hcl:"application_insights_id,attr" validate:"required"`
	// ContainerRegistryId: string, optional
	ContainerRegistryId terra.StringValue `hcl:"container_registry_id,attr"`
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
	// FriendlyName: string, optional
	FriendlyName terra.StringValue `hcl:"friendly_name,attr"`
	// HighBusinessImpact: bool, optional
	HighBusinessImpact terra.BoolValue `hcl:"high_business_impact,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// ImageBuildComputeName: string, optional
	ImageBuildComputeName terra.StringValue `hcl:"image_build_compute_name,attr"`
	// KeyVaultId: string, required
	KeyVaultId terra.StringValue `hcl:"key_vault_id,attr" validate:"required"`
	// Kind: string, optional
	Kind terra.StringValue `hcl:"kind,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// PrimaryUserAssignedIdentity: string, optional
	PrimaryUserAssignedIdentity terra.StringValue `hcl:"primary_user_assigned_identity,attr"`
	// PublicAccessBehindVirtualNetworkEnabled: bool, optional
	PublicAccessBehindVirtualNetworkEnabled terra.BoolValue `hcl:"public_access_behind_virtual_network_enabled,attr"`
	// PublicNetworkAccessEnabled: bool, optional
	PublicNetworkAccessEnabled terra.BoolValue `hcl:"public_network_access_enabled,attr"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// SkuName: string, optional
	SkuName terra.StringValue `hcl:"sku_name,attr"`
	// StorageAccountId: string, required
	StorageAccountId terra.StringValue `hcl:"storage_account_id,attr" validate:"required"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// V1LegacyModeEnabled: bool, optional
	V1LegacyModeEnabled terra.BoolValue `hcl:"v1_legacy_mode_enabled,attr"`
	// Encryption: optional
	Encryption *Encryption `hcl:"encryption,block"`
	// FeatureStore: optional
	FeatureStore *FeatureStore `hcl:"feature_store,block"`
	// Identity: required
	Identity *Identity `hcl:"identity,block" validate:"required"`
	// ManagedNetwork: optional
	ManagedNetwork *ManagedNetwork `hcl:"managed_network,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for azurerm_machine_learning_workspace.

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_machine_learning_workspace.

type DataIdentityAttributes

type DataIdentityAttributes struct {
	// contains filtered or unexported fields
}

func (DataIdentityAttributes) IdentityIds

func (DataIdentityAttributes) InternalRef

func (i DataIdentityAttributes) InternalRef() (terra.Reference, error)

func (DataIdentityAttributes) InternalTokens

func (i DataIdentityAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataIdentityAttributes) InternalWithRef

func (DataIdentityAttributes) PrincipalId

func (i DataIdentityAttributes) PrincipalId() terra.StringValue

func (DataIdentityAttributes) TenantId

func (DataIdentityAttributes) Type

type DataIdentityState

type DataIdentityState struct {
	IdentityIds []string `json:"identity_ids"`
	PrincipalId string   `json:"principal_id"`
	TenantId    string   `json:"tenant_id"`
	Type        string   `json:"type"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_machine_learning_workspace.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (amlw *DataSource) Attributes() dataAzurermMachineLearningWorkspaceAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (amlw *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (amlw *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (amlw *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 (DataTimeoutsAttributes) Read

type DataTimeoutsState

type DataTimeoutsState struct {
	Read string `json:"read"`
}

type Encryption

type Encryption struct {
	// KeyId: string, required
	KeyId terra.StringValue `hcl:"key_id,attr" validate:"required"`
	// KeyVaultId: string, required
	KeyVaultId terra.StringValue `hcl:"key_vault_id,attr" validate:"required"`
	// UserAssignedIdentityId: string, optional
	UserAssignedIdentityId terra.StringValue `hcl:"user_assigned_identity_id,attr"`
}

type EncryptionAttributes

type EncryptionAttributes struct {
	// contains filtered or unexported fields
}

func (EncryptionAttributes) InternalRef

func (e EncryptionAttributes) InternalRef() (terra.Reference, error)

func (EncryptionAttributes) InternalTokens

func (e EncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EncryptionAttributes) InternalWithRef

func (EncryptionAttributes) KeyId

func (EncryptionAttributes) KeyVaultId

func (e EncryptionAttributes) KeyVaultId() terra.StringValue

func (EncryptionAttributes) UserAssignedIdentityId

func (e EncryptionAttributes) UserAssignedIdentityId() terra.StringValue

type EncryptionState

type EncryptionState struct {
	KeyId                  string `json:"key_id"`
	KeyVaultId             string `json:"key_vault_id"`
	UserAssignedIdentityId string `json:"user_assigned_identity_id"`
}

type FeatureStore

type FeatureStore struct {
	// ComputerSparkRuntimeVersion: string, optional
	ComputerSparkRuntimeVersion terra.StringValue `hcl:"computer_spark_runtime_version,attr"`
	// OfflineConnectionName: string, optional
	OfflineConnectionName terra.StringValue `hcl:"offline_connection_name,attr"`
	// OnlineConnectionName: string, optional
	OnlineConnectionName terra.StringValue `hcl:"online_connection_name,attr"`
}

type FeatureStoreAttributes

type FeatureStoreAttributes struct {
	// contains filtered or unexported fields
}

func (FeatureStoreAttributes) ComputerSparkRuntimeVersion

func (fs FeatureStoreAttributes) ComputerSparkRuntimeVersion() terra.StringValue

func (FeatureStoreAttributes) InternalRef

func (fs FeatureStoreAttributes) InternalRef() (terra.Reference, error)

func (FeatureStoreAttributes) InternalTokens

func (fs FeatureStoreAttributes) InternalTokens() (hclwrite.Tokens, error)

func (FeatureStoreAttributes) InternalWithRef

func (FeatureStoreAttributes) OfflineConnectionName

func (fs FeatureStoreAttributes) OfflineConnectionName() terra.StringValue

func (FeatureStoreAttributes) OnlineConnectionName

func (fs FeatureStoreAttributes) OnlineConnectionName() terra.StringValue

type FeatureStoreState

type FeatureStoreState struct {
	ComputerSparkRuntimeVersion string `json:"computer_spark_runtime_version"`
	OfflineConnectionName       string `json:"offline_connection_name"`
	OnlineConnectionName        string `json:"online_connection_name"`
}

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 (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

type IdentityState

type IdentityState struct {
	IdentityIds []string `json:"identity_ids"`
	PrincipalId string   `json:"principal_id"`
	TenantId    string   `json:"tenant_id"`
	Type        string   `json:"type"`
}

type ManagedNetwork

type ManagedNetwork struct {
	// IsolationMode: string, optional
	IsolationMode terra.StringValue `hcl:"isolation_mode,attr"`
}

type ManagedNetworkAttributes

type ManagedNetworkAttributes struct {
	// contains filtered or unexported fields
}

func (ManagedNetworkAttributes) InternalRef

func (mn ManagedNetworkAttributes) InternalRef() (terra.Reference, error)

func (ManagedNetworkAttributes) InternalTokens

func (mn ManagedNetworkAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ManagedNetworkAttributes) InternalWithRef

func (ManagedNetworkAttributes) IsolationMode

func (mn ManagedNetworkAttributes) IsolationMode() terra.StringValue

type ManagedNetworkState

type ManagedNetworkState struct {
	IsolationMode string `json:"isolation_mode"`
}

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_machine_learning_workspace.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (amlw *Resource) Attributes() azurermMachineLearningWorkspaceAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (amlw *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (amlw *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (amlw *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (amlw *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (amlw *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (amlw *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (amlw *Resource) State() (*azurermMachineLearningWorkspaceState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (amlw *Resource) StateMust() *azurermMachineLearningWorkspaceState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (amlw *Resource) Type() string

Type returns the Terraform object type 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 (TimeoutsAttributes) Delete

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 (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Read   string `json:"read"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL