Documentation ¶
Index ¶
- func MachineLearningInferenceCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func MachineLearningInferenceCluster_IsConstruct(x interface{}) *bool
- func MachineLearningInferenceCluster_IsTerraformElement(x interface{}) *bool
- func MachineLearningInferenceCluster_IsTerraformResource(x interface{}) *bool
- func MachineLearningInferenceCluster_TfResourceType() *string
- func NewMachineLearningInferenceClusterIdentityOutputReference_Override(m MachineLearningInferenceClusterIdentityOutputReference, ...)
- func NewMachineLearningInferenceClusterSslOutputReference_Override(m MachineLearningInferenceClusterSslOutputReference, ...)
- func NewMachineLearningInferenceClusterTimeoutsOutputReference_Override(m MachineLearningInferenceClusterTimeoutsOutputReference, ...)
- func NewMachineLearningInferenceCluster_Override(m MachineLearningInferenceCluster, scope constructs.Construct, id *string, ...)
- type MachineLearningInferenceCluster
- type MachineLearningInferenceClusterConfig
- type MachineLearningInferenceClusterIdentity
- type MachineLearningInferenceClusterIdentityOutputReference
- type MachineLearningInferenceClusterSsl
- type MachineLearningInferenceClusterSslOutputReference
- type MachineLearningInferenceClusterTimeouts
- type MachineLearningInferenceClusterTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MachineLearningInferenceCluster_GenerateConfigForImport ¶
func MachineLearningInferenceCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a MachineLearningInferenceCluster resource upon running "cdktf plan <stack-name>".
func MachineLearningInferenceCluster_IsConstruct ¶
func MachineLearningInferenceCluster_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 MachineLearningInferenceCluster_IsTerraformElement ¶
func MachineLearningInferenceCluster_IsTerraformElement(x interface{}) *bool
Experimental.
func MachineLearningInferenceCluster_IsTerraformResource ¶
func MachineLearningInferenceCluster_IsTerraformResource(x interface{}) *bool
Experimental.
func MachineLearningInferenceCluster_TfResourceType ¶
func MachineLearningInferenceCluster_TfResourceType() *string
func NewMachineLearningInferenceClusterIdentityOutputReference_Override ¶
func NewMachineLearningInferenceClusterIdentityOutputReference_Override(m MachineLearningInferenceClusterIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMachineLearningInferenceClusterSslOutputReference_Override ¶
func NewMachineLearningInferenceClusterSslOutputReference_Override(m MachineLearningInferenceClusterSslOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMachineLearningInferenceClusterTimeoutsOutputReference_Override ¶
func NewMachineLearningInferenceClusterTimeoutsOutputReference_Override(m MachineLearningInferenceClusterTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMachineLearningInferenceCluster_Override ¶
func NewMachineLearningInferenceCluster_Override(m MachineLearningInferenceCluster, scope constructs.Construct, id *string, config *MachineLearningInferenceClusterConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster azurerm_machine_learning_inference_cluster} Resource.
Types ¶
type MachineLearningInferenceCluster ¶
type MachineLearningInferenceCluster interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack ClusterPurpose() *string SetClusterPurpose(val *string) ClusterPurposeInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // 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) Identity() MachineLearningInferenceClusterIdentityOutputReference IdentityInput() *MachineLearningInferenceClusterIdentity IdInput() *string KubernetesClusterId() *string SetKubernetesClusterId(val *string) KubernetesClusterIdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) 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{} Ssl() MachineLearningInferenceClusterSslOutputReference SslInput() *MachineLearningInferenceClusterSsl 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() MachineLearningInferenceClusterTimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutIdentity(value *MachineLearningInferenceClusterIdentity) PutSsl(value *MachineLearningInferenceClusterSsl) PutTimeouts(value *MachineLearningInferenceClusterTimeouts) ResetClusterPurpose() ResetDescription() ResetId() ResetIdentity() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSsl() ResetTags() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/4.9.0/docs/resources/machine_learning_inference_cluster azurerm_machine_learning_inference_cluster}.
func NewMachineLearningInferenceCluster ¶
func NewMachineLearningInferenceCluster(scope constructs.Construct, id *string, config *MachineLearningInferenceClusterConfig) MachineLearningInferenceCluster
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster azurerm_machine_learning_inference_cluster} Resource.
type MachineLearningInferenceClusterConfig ¶
type MachineLearningInferenceClusterConfig 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/4.9.0/docs/resources/machine_learning_inference_cluster#kubernetes_cluster_id MachineLearningInferenceCluster#kubernetes_cluster_id}. KubernetesClusterId *string `field:"required" json:"kubernetesClusterId" yaml:"kubernetesClusterId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#location MachineLearningInferenceCluster#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#machine_learning_workspace_id MachineLearningInferenceCluster#machine_learning_workspace_id}. MachineLearningWorkspaceId *string `field:"required" json:"machineLearningWorkspaceId" yaml:"machineLearningWorkspaceId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#name MachineLearningInferenceCluster#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#cluster_purpose MachineLearningInferenceCluster#cluster_purpose}. ClusterPurpose *string `field:"optional" json:"clusterPurpose" yaml:"clusterPurpose"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#description MachineLearningInferenceCluster#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#id MachineLearningInferenceCluster#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://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#identity MachineLearningInferenceCluster#identity} Identity *MachineLearningInferenceClusterIdentity `field:"optional" json:"identity" yaml:"identity"` // ssl block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#ssl MachineLearningInferenceCluster#ssl} Ssl *MachineLearningInferenceClusterSsl `field:"optional" json:"ssl" yaml:"ssl"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#tags MachineLearningInferenceCluster#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/4.9.0/docs/resources/machine_learning_inference_cluster#timeouts MachineLearningInferenceCluster#timeouts} Timeouts *MachineLearningInferenceClusterTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type MachineLearningInferenceClusterIdentity ¶
type MachineLearningInferenceClusterIdentity struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#type MachineLearningInferenceCluster#type}. Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#identity_ids MachineLearningInferenceCluster#identity_ids}. IdentityIds *[]*string `field:"optional" json:"identityIds" yaml:"identityIds"` }
type MachineLearningInferenceClusterIdentityOutputReference ¶
type MachineLearningInferenceClusterIdentityOutputReference 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() *MachineLearningInferenceClusterIdentity SetInternalValue(val *MachineLearningInferenceClusterIdentity) 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 NewMachineLearningInferenceClusterIdentityOutputReference ¶
func NewMachineLearningInferenceClusterIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MachineLearningInferenceClusterIdentityOutputReference
type MachineLearningInferenceClusterSsl ¶
type MachineLearningInferenceClusterSsl struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#cert MachineLearningInferenceCluster#cert}. Cert *string `field:"optional" json:"cert" yaml:"cert"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#cname MachineLearningInferenceCluster#cname}. Cname *string `field:"optional" json:"cname" yaml:"cname"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#key MachineLearningInferenceCluster#key}. Key *string `field:"optional" json:"key" yaml:"key"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#leaf_domain_label MachineLearningInferenceCluster#leaf_domain_label}. LeafDomainLabel *string `field:"optional" json:"leafDomainLabel" yaml:"leafDomainLabel"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#overwrite_existing_domain MachineLearningInferenceCluster#overwrite_existing_domain}. OverwriteExistingDomain interface{} `field:"optional" json:"overwriteExistingDomain" yaml:"overwriteExistingDomain"` }
type MachineLearningInferenceClusterSslOutputReference ¶
type MachineLearningInferenceClusterSslOutputReference interface { cdktf.ComplexObject Cert() *string SetCert(val *string) CertInput() *string Cname() *string SetCname(val *string) CnameInput() *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() *MachineLearningInferenceClusterSsl SetInternalValue(val *MachineLearningInferenceClusterSsl) Key() *string SetKey(val *string) KeyInput() *string LeafDomainLabel() *string SetLeafDomainLabel(val *string) LeafDomainLabelInput() *string OverwriteExistingDomain() interface{} SetOverwriteExistingDomain(val interface{}) OverwriteExistingDomainInput() interface{} // 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 ResetCert() ResetCname() ResetKey() ResetLeafDomainLabel() ResetOverwriteExistingDomain() // 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 NewMachineLearningInferenceClusterSslOutputReference ¶
func NewMachineLearningInferenceClusterSslOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MachineLearningInferenceClusterSslOutputReference
type MachineLearningInferenceClusterTimeouts ¶
type MachineLearningInferenceClusterTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#create MachineLearningInferenceCluster#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#delete MachineLearningInferenceCluster#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/machine_learning_inference_cluster#read MachineLearningInferenceCluster#read}. Read *string `field:"optional" json:"read" yaml:"read"` }
type MachineLearningInferenceClusterTimeoutsOutputReference ¶
type MachineLearningInferenceClusterTimeoutsOutputReference 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 NewMachineLearningInferenceClusterTimeoutsOutputReference ¶
func NewMachineLearningInferenceClusterTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MachineLearningInferenceClusterTimeoutsOutputReference
Source Files ¶
- MachineLearningInferenceCluster.go
- MachineLearningInferenceClusterConfig.go
- MachineLearningInferenceClusterIdentity.go
- MachineLearningInferenceClusterIdentityOutputReference.go
- MachineLearningInferenceClusterIdentityOutputReference__checks.go
- MachineLearningInferenceClusterSsl.go
- MachineLearningInferenceClusterSslOutputReference.go
- MachineLearningInferenceClusterSslOutputReference__checks.go
- MachineLearningInferenceClusterTimeouts.go
- MachineLearningInferenceClusterTimeoutsOutputReference.go
- MachineLearningInferenceClusterTimeoutsOutputReference__checks.go
- MachineLearningInferenceCluster__checks.go
- main.go