labservicelab

package
v7.0.8 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2023 License: MPL-2.0 Imports: 7 Imported by: 0

README

azurerm_lab_service_lab

Refer to the Terraform Registory for docs: azurerm_lab_service_lab.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LabServiceLab_IsConstruct

func LabServiceLab_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.

Returns: true if `x` is an object created from a class which extends `Construct`.

func LabServiceLab_IsTerraformElement

func LabServiceLab_IsTerraformElement(x interface{}) *bool

Experimental.

func LabServiceLab_IsTerraformResource

func LabServiceLab_IsTerraformResource(x interface{}) *bool

Experimental.

func LabServiceLab_TfResourceType

func LabServiceLab_TfResourceType() *string

func NewLabServiceLabAutoShutdownOutputReference_Override

func NewLabServiceLabAutoShutdownOutputReference_Override(l LabServiceLabAutoShutdownOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewLabServiceLabConnectionSettingOutputReference_Override

func NewLabServiceLabConnectionSettingOutputReference_Override(l LabServiceLabConnectionSettingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewLabServiceLabNetworkOutputReference_Override

func NewLabServiceLabNetworkOutputReference_Override(l LabServiceLabNetworkOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewLabServiceLabRosterOutputReference_Override

func NewLabServiceLabRosterOutputReference_Override(l LabServiceLabRosterOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewLabServiceLabSecurityOutputReference_Override

func NewLabServiceLabSecurityOutputReference_Override(l LabServiceLabSecurityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewLabServiceLabTimeoutsOutputReference_Override

func NewLabServiceLabTimeoutsOutputReference_Override(l LabServiceLabTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewLabServiceLabVirtualMachineAdminUserOutputReference_Override

func NewLabServiceLabVirtualMachineAdminUserOutputReference_Override(l LabServiceLabVirtualMachineAdminUserOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewLabServiceLabVirtualMachineImageReferenceOutputReference_Override

func NewLabServiceLabVirtualMachineImageReferenceOutputReference_Override(l LabServiceLabVirtualMachineImageReferenceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewLabServiceLabVirtualMachineNonAdminUserOutputReference_Override

func NewLabServiceLabVirtualMachineNonAdminUserOutputReference_Override(l LabServiceLabVirtualMachineNonAdminUserOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewLabServiceLabVirtualMachineOutputReference_Override

func NewLabServiceLabVirtualMachineOutputReference_Override(l LabServiceLabVirtualMachineOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewLabServiceLabVirtualMachineSkuOutputReference_Override

func NewLabServiceLabVirtualMachineSkuOutputReference_Override(l LabServiceLabVirtualMachineSkuOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewLabServiceLab_Override

func NewLabServiceLab_Override(l LabServiceLab, scope constructs.Construct, id *string, config *LabServiceLabConfig)

Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab azurerm_lab_service_lab} Resource.

Types

type LabServiceLab

type LabServiceLab interface {
	cdktf.TerraformResource
	AutoShutdown() LabServiceLabAutoShutdownOutputReference
	AutoShutdownInput() *LabServiceLabAutoShutdown
	// Experimental.
	CdktfStack() cdktf.TerraformStack
	// Experimental.
	Connection() interface{}
	// Experimental.
	SetConnection(val interface{})
	ConnectionSetting() LabServiceLabConnectionSettingOutputReference
	ConnectionSettingInput() *LabServiceLabConnectionSetting
	// Experimental.
	ConstructNodeMetadata() *map[string]interface{}
	// Experimental.
	Count() interface{}
	// Experimental.
	SetCount(val interface{})
	// Experimental.
	DependsOn() *[]*string
	// Experimental.
	SetDependsOn(val *[]*string)
	Description() *string
	SetDescription(val *string)
	DescriptionInput() *string
	// Experimental.
	ForEach() cdktf.ITerraformIterator
	// Experimental.
	SetForEach(val cdktf.ITerraformIterator)
	// Experimental.
	Fqn() *string
	// Experimental.
	FriendlyUniqueId() *string
	Id() *string
	SetId(val *string)
	IdInput() *string
	LabPlanId() *string
	SetLabPlanId(val *string)
	LabPlanIdInput() *string
	// Experimental.
	Lifecycle() *cdktf.TerraformResourceLifecycle
	// Experimental.
	SetLifecycle(val *cdktf.TerraformResourceLifecycle)
	Location() *string
	SetLocation(val *string)
	LocationInput() *string
	Name() *string
	SetName(val *string)
	NameInput() *string
	Network() LabServiceLabNetworkOutputReference
	NetworkInput() *LabServiceLabNetwork
	// The tree node.
	Node() constructs.Node
	// Experimental.
	Provider() cdktf.TerraformProvider
	// Experimental.
	SetProvider(val cdktf.TerraformProvider)
	// Experimental.
	Provisioners() *[]interface{}
	// Experimental.
	SetProvisioners(val *[]interface{})
	// Experimental.
	RawOverrides() interface{}
	ResourceGroupName() *string
	SetResourceGroupName(val *string)
	ResourceGroupNameInput() *string
	Roster() LabServiceLabRosterOutputReference
	RosterInput() *LabServiceLabRoster
	Security() LabServiceLabSecurityOutputReference
	SecurityInput() *LabServiceLabSecurity
	Tags() *map[string]*string
	SetTags(val *map[string]*string)
	TagsInput() *map[string]*string
	// Experimental.
	TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
	// Experimental.
	TerraformMetaArguments() *map[string]interface{}
	// Experimental.
	TerraformResourceType() *string
	Timeouts() LabServiceLabTimeoutsOutputReference
	TimeoutsInput() interface{}
	Title() *string
	SetTitle(val *string)
	TitleInput() *string
	VirtualMachine() LabServiceLabVirtualMachineOutputReference
	VirtualMachineInput() *LabServiceLabVirtualMachine
	// Experimental.
	AddOverride(path *string, value interface{})
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable
	// Overrides the auto-generated logical ID with a specific ID.
	// Experimental.
	OverrideLogicalId(newLogicalId *string)
	PutAutoShutdown(value *LabServiceLabAutoShutdown)
	PutConnectionSetting(value *LabServiceLabConnectionSetting)
	PutNetwork(value *LabServiceLabNetwork)
	PutRoster(value *LabServiceLabRoster)
	PutSecurity(value *LabServiceLabSecurity)
	PutTimeouts(value *LabServiceLabTimeouts)
	PutVirtualMachine(value *LabServiceLabVirtualMachine)
	ResetAutoShutdown()
	ResetConnectionSetting()
	ResetDescription()
	ResetId()
	ResetLabPlanId()
	ResetNetwork()
	// Resets a previously passed logical Id to use the auto-generated logical id again.
	// Experimental.
	ResetOverrideLogicalId()
	ResetRoster()
	ResetTags()
	ResetTimeouts()
	SynthesizeAttributes() *map[string]interface{}
	// Experimental.
	ToMetadata() interface{}
	// Returns a string representation of this construct.
	ToString() *string
	// Adds this resource to the terraform JSON output.
	// Experimental.
	ToTerraform() interface{}
}

Represents a {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab azurerm_lab_service_lab}.

func NewLabServiceLab

func NewLabServiceLab(scope constructs.Construct, id *string, config *LabServiceLabConfig) LabServiceLab

Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab azurerm_lab_service_lab} Resource.

type LabServiceLabAutoShutdown

type LabServiceLabAutoShutdown struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#disconnect_delay LabServiceLab#disconnect_delay}.
	DisconnectDelay *string `field:"optional" json:"disconnectDelay" yaml:"disconnectDelay"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#idle_delay LabServiceLab#idle_delay}.
	IdleDelay *string `field:"optional" json:"idleDelay" yaml:"idleDelay"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#no_connect_delay LabServiceLab#no_connect_delay}.
	NoConnectDelay *string `field:"optional" json:"noConnectDelay" yaml:"noConnectDelay"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#shutdown_on_idle LabServiceLab#shutdown_on_idle}.
	ShutdownOnIdle *string `field:"optional" json:"shutdownOnIdle" yaml:"shutdownOnIdle"`
}

type LabServiceLabAutoShutdownOutputReference

type LabServiceLabAutoShutdownOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	DisconnectDelay() *string
	SetDisconnectDelay(val *string)
	DisconnectDelayInput() *string
	// Experimental.
	Fqn() *string
	IdleDelay() *string
	SetIdleDelay(val *string)
	IdleDelayInput() *string
	InternalValue() *LabServiceLabAutoShutdown
	SetInternalValue(val *LabServiceLabAutoShutdown)
	NoConnectDelay() *string
	SetNoConnectDelay(val *string)
	NoConnectDelayInput() *string
	ShutdownOnIdle() *string
	SetShutdownOnIdle(val *string)
	ShutdownOnIdleInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetDisconnectDelay()
	ResetIdleDelay()
	ResetNoConnectDelay()
	ResetShutdownOnIdle()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewLabServiceLabAutoShutdownOutputReference

func NewLabServiceLabAutoShutdownOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LabServiceLabAutoShutdownOutputReference

type LabServiceLabConfig

type LabServiceLabConfig struct {
	// Experimental.
	Connection interface{} `field:"optional" json:"connection" yaml:"connection"`
	// Experimental.
	Count interface{} `field:"optional" json:"count" yaml:"count"`
	// Experimental.
	DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"`
	// Experimental.
	ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"`
	// Experimental.
	Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"`
	// Experimental.
	Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"`
	// Experimental.
	Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#location LabServiceLab#location}.
	Location *string `field:"required" json:"location" yaml:"location"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#name LabServiceLab#name}.
	Name *string `field:"required" json:"name" yaml:"name"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#resource_group_name LabServiceLab#resource_group_name}.
	ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"`
	// security block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#security LabServiceLab#security}
	Security *LabServiceLabSecurity `field:"required" json:"security" yaml:"security"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#title LabServiceLab#title}.
	Title *string `field:"required" json:"title" yaml:"title"`
	// virtual_machine block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#virtual_machine LabServiceLab#virtual_machine}
	VirtualMachine *LabServiceLabVirtualMachine `field:"required" json:"virtualMachine" yaml:"virtualMachine"`
	// auto_shutdown block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#auto_shutdown LabServiceLab#auto_shutdown}
	AutoShutdown *LabServiceLabAutoShutdown `field:"optional" json:"autoShutdown" yaml:"autoShutdown"`
	// connection_setting block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#connection_setting LabServiceLab#connection_setting}
	ConnectionSetting *LabServiceLabConnectionSetting `field:"optional" json:"connectionSetting" yaml:"connectionSetting"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#description LabServiceLab#description}.
	Description *string `field:"optional" json:"description" yaml:"description"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#id LabServiceLab#id}.
	//
	// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
	// If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
	Id *string `field:"optional" json:"id" yaml:"id"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#lab_plan_id LabServiceLab#lab_plan_id}.
	LabPlanId *string `field:"optional" json:"labPlanId" yaml:"labPlanId"`
	// network block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#network LabServiceLab#network}
	Network *LabServiceLabNetwork `field:"optional" json:"network" yaml:"network"`
	// roster block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#roster LabServiceLab#roster}
	Roster *LabServiceLabRoster `field:"optional" json:"roster" yaml:"roster"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#tags LabServiceLab#tags}.
	Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"`
	// timeouts block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#timeouts LabServiceLab#timeouts}
	Timeouts *LabServiceLabTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"`
}

type LabServiceLabConnectionSetting

type LabServiceLabConnectionSetting struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#client_rdp_access LabServiceLab#client_rdp_access}.
	ClientRdpAccess *string `field:"optional" json:"clientRdpAccess" yaml:"clientRdpAccess"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#client_ssh_access LabServiceLab#client_ssh_access}.
	ClientSshAccess *string `field:"optional" json:"clientSshAccess" yaml:"clientSshAccess"`
}

type LabServiceLabConnectionSettingOutputReference

type LabServiceLabConnectionSettingOutputReference interface {
	cdktf.ComplexObject
	ClientRdpAccess() *string
	SetClientRdpAccess(val *string)
	ClientRdpAccessInput() *string
	ClientSshAccess() *string
	SetClientSshAccess(val *string)
	ClientSshAccessInput() *string
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *LabServiceLabConnectionSetting
	SetInternalValue(val *LabServiceLabConnectionSetting)
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetClientRdpAccess()
	ResetClientSshAccess()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewLabServiceLabConnectionSettingOutputReference

func NewLabServiceLabConnectionSettingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LabServiceLabConnectionSettingOutputReference

type LabServiceLabNetwork

type LabServiceLabNetwork struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#subnet_id LabServiceLab#subnet_id}.
	SubnetId *string `field:"optional" json:"subnetId" yaml:"subnetId"`
}

type LabServiceLabNetworkOutputReference

type LabServiceLabNetworkOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *LabServiceLabNetwork
	SetInternalValue(val *LabServiceLabNetwork)
	LoadBalancerId() *string
	PublicIpId() *string
	SubnetId() *string
	SetSubnetId(val *string)
	SubnetIdInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetSubnetId()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewLabServiceLabNetworkOutputReference

func NewLabServiceLabNetworkOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LabServiceLabNetworkOutputReference

type LabServiceLabRoster

type LabServiceLabRoster struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#active_directory_group_id LabServiceLab#active_directory_group_id}.
	ActiveDirectoryGroupId *string `field:"optional" json:"activeDirectoryGroupId" yaml:"activeDirectoryGroupId"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#lms_instance LabServiceLab#lms_instance}.
	LmsInstance *string `field:"optional" json:"lmsInstance" yaml:"lmsInstance"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#lti_client_id LabServiceLab#lti_client_id}.
	LtiClientId *string `field:"optional" json:"ltiClientId" yaml:"ltiClientId"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#lti_context_id LabServiceLab#lti_context_id}.
	LtiContextId *string `field:"optional" json:"ltiContextId" yaml:"ltiContextId"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#lti_roster_endpoint LabServiceLab#lti_roster_endpoint}.
	LtiRosterEndpoint *string `field:"optional" json:"ltiRosterEndpoint" yaml:"ltiRosterEndpoint"`
}

type LabServiceLabRosterOutputReference

type LabServiceLabRosterOutputReference interface {
	cdktf.ComplexObject
	ActiveDirectoryGroupId() *string
	SetActiveDirectoryGroupId(val *string)
	ActiveDirectoryGroupIdInput() *string
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *LabServiceLabRoster
	SetInternalValue(val *LabServiceLabRoster)
	LmsInstance() *string
	SetLmsInstance(val *string)
	LmsInstanceInput() *string
	LtiClientId() *string
	SetLtiClientId(val *string)
	LtiClientIdInput() *string
	LtiContextId() *string
	SetLtiContextId(val *string)
	LtiContextIdInput() *string
	LtiRosterEndpoint() *string
	SetLtiRosterEndpoint(val *string)
	LtiRosterEndpointInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetActiveDirectoryGroupId()
	ResetLmsInstance()
	ResetLtiClientId()
	ResetLtiContextId()
	ResetLtiRosterEndpoint()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewLabServiceLabRosterOutputReference

func NewLabServiceLabRosterOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LabServiceLabRosterOutputReference

type LabServiceLabSecurity

type LabServiceLabSecurity struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#open_access_enabled LabServiceLab#open_access_enabled}.
	OpenAccessEnabled interface{} `field:"required" json:"openAccessEnabled" yaml:"openAccessEnabled"`
}

type LabServiceLabSecurityOutputReference

type LabServiceLabSecurityOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *LabServiceLabSecurity
	SetInternalValue(val *LabServiceLabSecurity)
	OpenAccessEnabled() interface{}
	SetOpenAccessEnabled(val interface{})
	OpenAccessEnabledInput() interface{}
	RegistrationCode() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewLabServiceLabSecurityOutputReference

func NewLabServiceLabSecurityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LabServiceLabSecurityOutputReference

type LabServiceLabTimeouts

type LabServiceLabTimeouts struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#create LabServiceLab#create}.
	Create *string `field:"optional" json:"create" yaml:"create"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#delete LabServiceLab#delete}.
	Delete *string `field:"optional" json:"delete" yaml:"delete"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#read LabServiceLab#read}.
	Read *string `field:"optional" json:"read" yaml:"read"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#update LabServiceLab#update}.
	Update *string `field:"optional" json:"update" yaml:"update"`
}

type LabServiceLabTimeoutsOutputReference

type LabServiceLabTimeoutsOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	Create() *string
	SetCreate(val *string)
	CreateInput() *string
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	Delete() *string
	SetDelete(val *string)
	DeleteInput() *string
	// Experimental.
	Fqn() *string
	InternalValue() interface{}
	SetInternalValue(val interface{})
	Read() *string
	SetRead(val *string)
	ReadInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Update() *string
	SetUpdate(val *string)
	UpdateInput() *string
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetCreate()
	ResetDelete()
	ResetRead()
	ResetUpdate()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewLabServiceLabTimeoutsOutputReference

func NewLabServiceLabTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LabServiceLabTimeoutsOutputReference

type LabServiceLabVirtualMachine

type LabServiceLabVirtualMachine struct {
	// admin_user block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#admin_user LabServiceLab#admin_user}
	AdminUser *LabServiceLabVirtualMachineAdminUser `field:"required" json:"adminUser" yaml:"adminUser"`
	// image_reference block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#image_reference LabServiceLab#image_reference}
	ImageReference *LabServiceLabVirtualMachineImageReference `field:"required" json:"imageReference" yaml:"imageReference"`
	// sku block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#sku LabServiceLab#sku}
	Sku *LabServiceLabVirtualMachineSku `field:"required" json:"sku" yaml:"sku"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#additional_capability_gpu_drivers_installed LabServiceLab#additional_capability_gpu_drivers_installed}.
	AdditionalCapabilityGpuDriversInstalled interface{} `field:"optional" json:"additionalCapabilityGpuDriversInstalled" yaml:"additionalCapabilityGpuDriversInstalled"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#create_option LabServiceLab#create_option}.
	CreateOption *string `field:"optional" json:"createOption" yaml:"createOption"`
	// non_admin_user block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#non_admin_user LabServiceLab#non_admin_user}
	NonAdminUser *LabServiceLabVirtualMachineNonAdminUser `field:"optional" json:"nonAdminUser" yaml:"nonAdminUser"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#shared_password_enabled LabServiceLab#shared_password_enabled}.
	SharedPasswordEnabled interface{} `field:"optional" json:"sharedPasswordEnabled" yaml:"sharedPasswordEnabled"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#usage_quota LabServiceLab#usage_quota}.
	UsageQuota *string `field:"optional" json:"usageQuota" yaml:"usageQuota"`
}

type LabServiceLabVirtualMachineAdminUser

type LabServiceLabVirtualMachineAdminUser struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#password LabServiceLab#password}.
	Password *string `field:"required" json:"password" yaml:"password"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#username LabServiceLab#username}.
	Username *string `field:"required" json:"username" yaml:"username"`
}

type LabServiceLabVirtualMachineAdminUserOutputReference

type LabServiceLabVirtualMachineAdminUserOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *LabServiceLabVirtualMachineAdminUser
	SetInternalValue(val *LabServiceLabVirtualMachineAdminUser)
	Password() *string
	SetPassword(val *string)
	PasswordInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Username() *string
	SetUsername(val *string)
	UsernameInput() *string
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewLabServiceLabVirtualMachineAdminUserOutputReference

func NewLabServiceLabVirtualMachineAdminUserOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LabServiceLabVirtualMachineAdminUserOutputReference

type LabServiceLabVirtualMachineImageReference

type LabServiceLabVirtualMachineImageReference struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#id LabServiceLab#id}.
	//
	// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
	// If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
	Id *string `field:"optional" json:"id" yaml:"id"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#offer LabServiceLab#offer}.
	Offer *string `field:"optional" json:"offer" yaml:"offer"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#publisher LabServiceLab#publisher}.
	Publisher *string `field:"optional" json:"publisher" yaml:"publisher"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#sku LabServiceLab#sku}.
	Sku *string `field:"optional" json:"sku" yaml:"sku"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#version LabServiceLab#version}.
	Version *string `field:"optional" json:"version" yaml:"version"`
}

type LabServiceLabVirtualMachineImageReferenceOutputReference

type LabServiceLabVirtualMachineImageReferenceOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	Id() *string
	SetId(val *string)
	IdInput() *string
	InternalValue() *LabServiceLabVirtualMachineImageReference
	SetInternalValue(val *LabServiceLabVirtualMachineImageReference)
	Offer() *string
	SetOffer(val *string)
	OfferInput() *string
	Publisher() *string
	SetPublisher(val *string)
	PublisherInput() *string
	Sku() *string
	SetSku(val *string)
	SkuInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Version() *string
	SetVersion(val *string)
	VersionInput() *string
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetId()
	ResetOffer()
	ResetPublisher()
	ResetSku()
	ResetVersion()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewLabServiceLabVirtualMachineImageReferenceOutputReference

func NewLabServiceLabVirtualMachineImageReferenceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LabServiceLabVirtualMachineImageReferenceOutputReference

type LabServiceLabVirtualMachineNonAdminUser

type LabServiceLabVirtualMachineNonAdminUser struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#password LabServiceLab#password}.
	Password *string `field:"required" json:"password" yaml:"password"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#username LabServiceLab#username}.
	Username *string `field:"required" json:"username" yaml:"username"`
}

type LabServiceLabVirtualMachineNonAdminUserOutputReference

type LabServiceLabVirtualMachineNonAdminUserOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *LabServiceLabVirtualMachineNonAdminUser
	SetInternalValue(val *LabServiceLabVirtualMachineNonAdminUser)
	Password() *string
	SetPassword(val *string)
	PasswordInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Username() *string
	SetUsername(val *string)
	UsernameInput() *string
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewLabServiceLabVirtualMachineNonAdminUserOutputReference

func NewLabServiceLabVirtualMachineNonAdminUserOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LabServiceLabVirtualMachineNonAdminUserOutputReference

type LabServiceLabVirtualMachineOutputReference

type LabServiceLabVirtualMachineOutputReference interface {
	cdktf.ComplexObject
	AdditionalCapabilityGpuDriversInstalled() interface{}
	SetAdditionalCapabilityGpuDriversInstalled(val interface{})
	AdditionalCapabilityGpuDriversInstalledInput() interface{}
	AdminUser() LabServiceLabVirtualMachineAdminUserOutputReference
	AdminUserInput() *LabServiceLabVirtualMachineAdminUser
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	CreateOption() *string
	SetCreateOption(val *string)
	CreateOptionInput() *string
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	ImageReference() LabServiceLabVirtualMachineImageReferenceOutputReference
	ImageReferenceInput() *LabServiceLabVirtualMachineImageReference
	InternalValue() *LabServiceLabVirtualMachine
	SetInternalValue(val *LabServiceLabVirtualMachine)
	NonAdminUser() LabServiceLabVirtualMachineNonAdminUserOutputReference
	NonAdminUserInput() *LabServiceLabVirtualMachineNonAdminUser
	SharedPasswordEnabled() interface{}
	SetSharedPasswordEnabled(val interface{})
	SharedPasswordEnabledInput() interface{}
	Sku() LabServiceLabVirtualMachineSkuOutputReference
	SkuInput() *LabServiceLabVirtualMachineSku
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	UsageQuota() *string
	SetUsageQuota(val *string)
	UsageQuotaInput() *string
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	PutAdminUser(value *LabServiceLabVirtualMachineAdminUser)
	PutImageReference(value *LabServiceLabVirtualMachineImageReference)
	PutNonAdminUser(value *LabServiceLabVirtualMachineNonAdminUser)
	PutSku(value *LabServiceLabVirtualMachineSku)
	ResetAdditionalCapabilityGpuDriversInstalled()
	ResetCreateOption()
	ResetNonAdminUser()
	ResetSharedPasswordEnabled()
	ResetUsageQuota()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewLabServiceLabVirtualMachineOutputReference

func NewLabServiceLabVirtualMachineOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LabServiceLabVirtualMachineOutputReference

type LabServiceLabVirtualMachineSku

type LabServiceLabVirtualMachineSku struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#capacity LabServiceLab#capacity}.
	Capacity *float64 `field:"required" json:"capacity" yaml:"capacity"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.59.0/docs/resources/lab_service_lab#name LabServiceLab#name}.
	Name *string `field:"required" json:"name" yaml:"name"`
}

type LabServiceLabVirtualMachineSkuOutputReference

type LabServiceLabVirtualMachineSkuOutputReference interface {
	cdktf.ComplexObject
	Capacity() *float64
	SetCapacity(val *float64)
	CapacityInput() *float64
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *LabServiceLabVirtualMachineSku
	SetInternalValue(val *LabServiceLabVirtualMachineSku)
	Name() *string
	SetName(val *string)
	NameInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewLabServiceLabVirtualMachineSkuOutputReference

func NewLabServiceLabVirtualMachineSkuOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) LabServiceLabVirtualMachineSkuOutputReference

Source Files

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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