Documentation ¶
Index ¶
- func MachineLearningComputeCluster_IsConstruct(x interface{}) *bool
- func MachineLearningComputeCluster_TfResourceType() *string
- func NewMachineLearningComputeClusterIdentityOutputReference_Override(m MachineLearningComputeClusterIdentityOutputReference, ...)
- func NewMachineLearningComputeClusterScaleSettingsOutputReference_Override(m MachineLearningComputeClusterScaleSettingsOutputReference, ...)
- func NewMachineLearningComputeClusterSshOutputReference_Override(m MachineLearningComputeClusterSshOutputReference, ...)
- func NewMachineLearningComputeClusterTimeoutsOutputReference_Override(m MachineLearningComputeClusterTimeoutsOutputReference, ...)
- func NewMachineLearningComputeCluster_Override(m MachineLearningComputeCluster, scope constructs.Construct, id *string, ...)
- type MachineLearningComputeCluster
- type MachineLearningComputeClusterConfig
- type MachineLearningComputeClusterIdentity
- type MachineLearningComputeClusterIdentityOutputReference
- type MachineLearningComputeClusterScaleSettings
- type MachineLearningComputeClusterScaleSettingsOutputReference
- type MachineLearningComputeClusterSsh
- type MachineLearningComputeClusterSshOutputReference
- type MachineLearningComputeClusterTimeouts
- type MachineLearningComputeClusterTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MachineLearningComputeCluster_IsConstruct ¶
func MachineLearningComputeCluster_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 MachineLearningComputeCluster_TfResourceType ¶
func MachineLearningComputeCluster_TfResourceType() *string
func NewMachineLearningComputeClusterIdentityOutputReference_Override ¶
func NewMachineLearningComputeClusterIdentityOutputReference_Override(m MachineLearningComputeClusterIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMachineLearningComputeClusterScaleSettingsOutputReference_Override ¶
func NewMachineLearningComputeClusterScaleSettingsOutputReference_Override(m MachineLearningComputeClusterScaleSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMachineLearningComputeClusterSshOutputReference_Override ¶
func NewMachineLearningComputeClusterSshOutputReference_Override(m MachineLearningComputeClusterSshOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMachineLearningComputeClusterTimeoutsOutputReference_Override ¶
func NewMachineLearningComputeClusterTimeoutsOutputReference_Override(m MachineLearningComputeClusterTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMachineLearningComputeCluster_Override ¶
func NewMachineLearningComputeCluster_Override(m MachineLearningComputeCluster, scope constructs.Construct, id *string, config *MachineLearningComputeClusterConfig)
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster azurerm_machine_learning_compute_cluster} Resource.
Types ¶
type MachineLearningComputeCluster ¶
type MachineLearningComputeCluster interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // 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) Identity() MachineLearningComputeClusterIdentityOutputReference IdentityInput() *MachineLearningComputeClusterIdentity IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LocalAuthEnabled() interface{} SetLocalAuthEnabled(val interface{}) LocalAuthEnabledInput() interface{} Location() *string SetLocation(val *string) LocationInput() *string MachineLearningWorkspaceId() *string SetMachineLearningWorkspaceId(val *string) MachineLearningWorkspaceIdInput() *string Name() *string SetName(val *string) NameInput() *string // 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{} ScaleSettings() MachineLearningComputeClusterScaleSettingsOutputReference ScaleSettingsInput() *MachineLearningComputeClusterScaleSettings Ssh() MachineLearningComputeClusterSshOutputReference SshInput() *MachineLearningComputeClusterSsh SshPublicAccessEnabled() interface{} SetSshPublicAccessEnabled(val interface{}) SshPublicAccessEnabledInput() interface{} SubnetResourceId() *string SetSubnetResourceId(val *string) SubnetResourceIdInput() *string 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() MachineLearningComputeClusterTimeoutsOutputReference TimeoutsInput() interface{} VmPriority() *string SetVmPriority(val *string) VmPriorityInput() *string VmSize() *string SetVmSize(val *string) VmSizeInput() *string // 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) PutIdentity(value *MachineLearningComputeClusterIdentity) PutScaleSettings(value *MachineLearningComputeClusterScaleSettings) PutSsh(value *MachineLearningComputeClusterSsh) PutTimeouts(value *MachineLearningComputeClusterTimeouts) ResetDescription() ResetId() ResetIdentity() ResetLocalAuthEnabled() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSsh() ResetSshPublicAccessEnabled() ResetSubnetResourceId() 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://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster azurerm_machine_learning_compute_cluster}.
func NewMachineLearningComputeCluster ¶
func NewMachineLearningComputeCluster(scope constructs.Construct, id *string, config *MachineLearningComputeClusterConfig) MachineLearningComputeCluster
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster azurerm_machine_learning_compute_cluster} Resource.
type MachineLearningComputeClusterConfig ¶
type MachineLearningComputeClusterConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `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://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#location MachineLearningComputeCluster#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#machine_learning_workspace_id MachineLearningComputeCluster#machine_learning_workspace_id}. MachineLearningWorkspaceId *string `field:"required" json:"machineLearningWorkspaceId" yaml:"machineLearningWorkspaceId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#name MachineLearningComputeCluster#name}. Name *string `field:"required" json:"name" yaml:"name"` // scale_settings block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#scale_settings MachineLearningComputeCluster#scale_settings} ScaleSettings *MachineLearningComputeClusterScaleSettings `field:"required" json:"scaleSettings" yaml:"scaleSettings"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#vm_priority MachineLearningComputeCluster#vm_priority}. VmPriority *string `field:"required" json:"vmPriority" yaml:"vmPriority"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#vm_size MachineLearningComputeCluster#vm_size}. VmSize *string `field:"required" json:"vmSize" yaml:"vmSize"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#description MachineLearningComputeCluster#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#id MachineLearningComputeCluster#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"` // identity block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#identity MachineLearningComputeCluster#identity} Identity *MachineLearningComputeClusterIdentity `field:"optional" json:"identity" yaml:"identity"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#local_auth_enabled MachineLearningComputeCluster#local_auth_enabled}. LocalAuthEnabled interface{} `field:"optional" json:"localAuthEnabled" yaml:"localAuthEnabled"` // ssh block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#ssh MachineLearningComputeCluster#ssh} Ssh *MachineLearningComputeClusterSsh `field:"optional" json:"ssh" yaml:"ssh"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#ssh_public_access_enabled MachineLearningComputeCluster#ssh_public_access_enabled}. SshPublicAccessEnabled interface{} `field:"optional" json:"sshPublicAccessEnabled" yaml:"sshPublicAccessEnabled"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#subnet_resource_id MachineLearningComputeCluster#subnet_resource_id}. SubnetResourceId *string `field:"optional" json:"subnetResourceId" yaml:"subnetResourceId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#tags MachineLearningComputeCluster#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#timeouts MachineLearningComputeCluster#timeouts} Timeouts *MachineLearningComputeClusterTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type MachineLearningComputeClusterIdentity ¶
type MachineLearningComputeClusterIdentity struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#type MachineLearningComputeCluster#type}. Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#identity_ids MachineLearningComputeCluster#identity_ids}. IdentityIds *[]*string `field:"optional" json:"identityIds" yaml:"identityIds"` }
type MachineLearningComputeClusterIdentityOutputReference ¶
type MachineLearningComputeClusterIdentityOutputReference 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 IdentityIds() *[]*string SetIdentityIds(val *[]*string) IdentityIdsInput() *[]*string InternalValue() *MachineLearningComputeClusterIdentity SetInternalValue(val *MachineLearningComputeClusterIdentity) PrincipalId() *string TenantId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *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 ResetIdentityIds() // 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 NewMachineLearningComputeClusterIdentityOutputReference ¶
func NewMachineLearningComputeClusterIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MachineLearningComputeClusterIdentityOutputReference
type MachineLearningComputeClusterScaleSettings ¶
type MachineLearningComputeClusterScaleSettings struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#max_node_count MachineLearningComputeCluster#max_node_count}. MaxNodeCount *float64 `field:"required" json:"maxNodeCount" yaml:"maxNodeCount"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#min_node_count MachineLearningComputeCluster#min_node_count}. MinNodeCount *float64 `field:"required" json:"minNodeCount" yaml:"minNodeCount"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#scale_down_nodes_after_idle_duration MachineLearningComputeCluster#scale_down_nodes_after_idle_duration}. ScaleDownNodesAfterIdleDuration *string `field:"required" json:"scaleDownNodesAfterIdleDuration" yaml:"scaleDownNodesAfterIdleDuration"` }
type MachineLearningComputeClusterScaleSettingsOutputReference ¶
type MachineLearningComputeClusterScaleSettingsOutputReference 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() *MachineLearningComputeClusterScaleSettings SetInternalValue(val *MachineLearningComputeClusterScaleSettings) MaxNodeCount() *float64 SetMaxNodeCount(val *float64) MaxNodeCountInput() *float64 MinNodeCount() *float64 SetMinNodeCount(val *float64) MinNodeCountInput() *float64 ScaleDownNodesAfterIdleDuration() *string SetScaleDownNodesAfterIdleDuration(val *string) ScaleDownNodesAfterIdleDurationInput() *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 NewMachineLearningComputeClusterScaleSettingsOutputReference ¶
func NewMachineLearningComputeClusterScaleSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MachineLearningComputeClusterScaleSettingsOutputReference
type MachineLearningComputeClusterSsh ¶
type MachineLearningComputeClusterSsh struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#admin_username MachineLearningComputeCluster#admin_username}. AdminUsername *string `field:"required" json:"adminUsername" yaml:"adminUsername"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#admin_password MachineLearningComputeCluster#admin_password}. AdminPassword *string `field:"optional" json:"adminPassword" yaml:"adminPassword"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#key_value MachineLearningComputeCluster#key_value}. KeyValue *string `field:"optional" json:"keyValue" yaml:"keyValue"` }
type MachineLearningComputeClusterSshOutputReference ¶
type MachineLearningComputeClusterSshOutputReference interface { cdktf.ComplexObject AdminPassword() *string SetAdminPassword(val *string) AdminPasswordInput() *string AdminUsername() *string SetAdminUsername(val *string) AdminUsernameInput() *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() *MachineLearningComputeClusterSsh SetInternalValue(val *MachineLearningComputeClusterSsh) KeyValue() *string SetKeyValue(val *string) KeyValueInput() *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 ResetAdminPassword() ResetKeyValue() // 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 NewMachineLearningComputeClusterSshOutputReference ¶
func NewMachineLearningComputeClusterSshOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MachineLearningComputeClusterSshOutputReference
type MachineLearningComputeClusterTimeouts ¶
type MachineLearningComputeClusterTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#create MachineLearningComputeCluster#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#delete MachineLearningComputeCluster#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/machine_learning_compute_cluster#read MachineLearningComputeCluster#read}. Read *string `field:"optional" json:"read" yaml:"read"` }
type MachineLearningComputeClusterTimeoutsOutputReference ¶
type MachineLearningComputeClusterTimeoutsOutputReference 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) // 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() // 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 NewMachineLearningComputeClusterTimeoutsOutputReference ¶
func NewMachineLearningComputeClusterTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MachineLearningComputeClusterTimeoutsOutputReference
Source Files ¶
- machinelearningcomputecluster.go
- machinelearningcomputecluster_MachineLearningComputeCluster.go
- machinelearningcomputecluster_MachineLearningComputeClusterConfig.go
- machinelearningcomputecluster_MachineLearningComputeClusterIdentity.go
- machinelearningcomputecluster_MachineLearningComputeClusterIdentityOutputReference.go
- machinelearningcomputecluster_MachineLearningComputeClusterIdentityOutputReference__runtime_type_checks.go
- machinelearningcomputecluster_MachineLearningComputeClusterScaleSettings.go
- machinelearningcomputecluster_MachineLearningComputeClusterScaleSettingsOutputReference.go
- machinelearningcomputecluster_MachineLearningComputeClusterScaleSettingsOutputReference__runtime_type_checks.go
- machinelearningcomputecluster_MachineLearningComputeClusterSsh.go
- machinelearningcomputecluster_MachineLearningComputeClusterSshOutputReference.go
- machinelearningcomputecluster_MachineLearningComputeClusterSshOutputReference__runtime_type_checks.go
- machinelearningcomputecluster_MachineLearningComputeClusterTimeouts.go
- machinelearningcomputecluster_MachineLearningComputeClusterTimeoutsOutputReference.go
- machinelearningcomputecluster_MachineLearningComputeClusterTimeoutsOutputReference__runtime_type_checks.go
- machinelearningcomputecluster_MachineLearningComputeCluster__runtime_type_checks.go