Documentation
¶
Index ¶
- func GoogleColabRuntimeTemplate_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleColabRuntimeTemplate_IsConstruct(x interface{}) *bool
- func GoogleColabRuntimeTemplate_IsTerraformElement(x interface{}) *bool
- func GoogleColabRuntimeTemplate_IsTerraformResource(x interface{}) *bool
- func GoogleColabRuntimeTemplate_TfResourceType() *string
- func NewGoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference_Override(g GoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference, ...)
- func NewGoogleColabRuntimeTemplateEncryptionSpecOutputReference_Override(g GoogleColabRuntimeTemplateEncryptionSpecOutputReference, ...)
- func NewGoogleColabRuntimeTemplateEucConfigOutputReference_Override(g GoogleColabRuntimeTemplateEucConfigOutputReference, ...)
- func NewGoogleColabRuntimeTemplateIdleShutdownConfigOutputReference_Override(g GoogleColabRuntimeTemplateIdleShutdownConfigOutputReference, ...)
- func NewGoogleColabRuntimeTemplateMachineSpecOutputReference_Override(g GoogleColabRuntimeTemplateMachineSpecOutputReference, ...)
- func NewGoogleColabRuntimeTemplateNetworkSpecOutputReference_Override(g GoogleColabRuntimeTemplateNetworkSpecOutputReference, ...)
- func NewGoogleColabRuntimeTemplateShieldedVmConfigOutputReference_Override(g GoogleColabRuntimeTemplateShieldedVmConfigOutputReference, ...)
- func NewGoogleColabRuntimeTemplateTimeoutsOutputReference_Override(g GoogleColabRuntimeTemplateTimeoutsOutputReference, ...)
- func NewGoogleColabRuntimeTemplate_Override(g GoogleColabRuntimeTemplate, scope constructs.Construct, id *string, ...)
- type GoogleColabRuntimeTemplate
- type GoogleColabRuntimeTemplateConfig
- type GoogleColabRuntimeTemplateDataPersistentDiskSpec
- type GoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference
- type GoogleColabRuntimeTemplateEncryptionSpec
- type GoogleColabRuntimeTemplateEncryptionSpecOutputReference
- type GoogleColabRuntimeTemplateEucConfig
- type GoogleColabRuntimeTemplateEucConfigOutputReference
- type GoogleColabRuntimeTemplateIdleShutdownConfig
- type GoogleColabRuntimeTemplateIdleShutdownConfigOutputReference
- type GoogleColabRuntimeTemplateMachineSpec
- type GoogleColabRuntimeTemplateMachineSpecOutputReference
- type GoogleColabRuntimeTemplateNetworkSpec
- type GoogleColabRuntimeTemplateNetworkSpecOutputReference
- type GoogleColabRuntimeTemplateShieldedVmConfig
- type GoogleColabRuntimeTemplateShieldedVmConfigOutputReference
- type GoogleColabRuntimeTemplateTimeouts
- type GoogleColabRuntimeTemplateTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleColabRuntimeTemplate_GenerateConfigForImport ¶
func GoogleColabRuntimeTemplate_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleColabRuntimeTemplate resource upon running "cdktf plan <stack-name>".
func GoogleColabRuntimeTemplate_IsConstruct ¶
func GoogleColabRuntimeTemplate_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 GoogleColabRuntimeTemplate_IsTerraformElement ¶
func GoogleColabRuntimeTemplate_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleColabRuntimeTemplate_IsTerraformResource ¶
func GoogleColabRuntimeTemplate_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleColabRuntimeTemplate_TfResourceType ¶
func GoogleColabRuntimeTemplate_TfResourceType() *string
func NewGoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference_Override ¶
func NewGoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference_Override(g GoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleColabRuntimeTemplateEncryptionSpecOutputReference_Override ¶
func NewGoogleColabRuntimeTemplateEncryptionSpecOutputReference_Override(g GoogleColabRuntimeTemplateEncryptionSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleColabRuntimeTemplateEucConfigOutputReference_Override ¶
func NewGoogleColabRuntimeTemplateEucConfigOutputReference_Override(g GoogleColabRuntimeTemplateEucConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleColabRuntimeTemplateIdleShutdownConfigOutputReference_Override ¶
func NewGoogleColabRuntimeTemplateIdleShutdownConfigOutputReference_Override(g GoogleColabRuntimeTemplateIdleShutdownConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleColabRuntimeTemplateMachineSpecOutputReference_Override ¶
func NewGoogleColabRuntimeTemplateMachineSpecOutputReference_Override(g GoogleColabRuntimeTemplateMachineSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleColabRuntimeTemplateNetworkSpecOutputReference_Override ¶
func NewGoogleColabRuntimeTemplateNetworkSpecOutputReference_Override(g GoogleColabRuntimeTemplateNetworkSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleColabRuntimeTemplateShieldedVmConfigOutputReference_Override ¶
func NewGoogleColabRuntimeTemplateShieldedVmConfigOutputReference_Override(g GoogleColabRuntimeTemplateShieldedVmConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleColabRuntimeTemplateTimeoutsOutputReference_Override ¶
func NewGoogleColabRuntimeTemplateTimeoutsOutputReference_Override(g GoogleColabRuntimeTemplateTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleColabRuntimeTemplate_Override ¶
func NewGoogleColabRuntimeTemplate_Override(g GoogleColabRuntimeTemplate, scope constructs.Construct, id *string, config *GoogleColabRuntimeTemplateConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template google_colab_runtime_template} Resource.
Types ¶
type GoogleColabRuntimeTemplate ¶
type GoogleColabRuntimeTemplate interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DataPersistentDiskSpec() GoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference DataPersistentDiskSpecInput() *GoogleColabRuntimeTemplateDataPersistentDiskSpec // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string EffectiveLabels() cdktf.StringMap EncryptionSpec() GoogleColabRuntimeTemplateEncryptionSpecOutputReference EncryptionSpecInput() *GoogleColabRuntimeTemplateEncryptionSpec EucConfig() GoogleColabRuntimeTemplateEucConfigOutputReference EucConfigInput() *GoogleColabRuntimeTemplateEucConfig // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string IdleShutdownConfig() GoogleColabRuntimeTemplateIdleShutdownConfigOutputReference IdleShutdownConfigInput() *GoogleColabRuntimeTemplateIdleShutdownConfig Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string MachineSpec() GoogleColabRuntimeTemplateMachineSpecOutputReference MachineSpecInput() *GoogleColabRuntimeTemplateMachineSpec Name() *string SetName(val *string) NameInput() *string NetworkSpec() GoogleColabRuntimeTemplateNetworkSpecOutputReference NetworkSpecInput() *GoogleColabRuntimeTemplateNetworkSpec NetworkTags() *[]*string SetNetworkTags(val *[]*string) NetworkTagsInput() *[]*string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ShieldedVmConfig() GoogleColabRuntimeTemplateShieldedVmConfigOutputReference ShieldedVmConfigInput() *GoogleColabRuntimeTemplateShieldedVmConfig // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleColabRuntimeTemplateTimeoutsOutputReference 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) PutDataPersistentDiskSpec(value *GoogleColabRuntimeTemplateDataPersistentDiskSpec) PutEncryptionSpec(value *GoogleColabRuntimeTemplateEncryptionSpec) PutEucConfig(value *GoogleColabRuntimeTemplateEucConfig) PutIdleShutdownConfig(value *GoogleColabRuntimeTemplateIdleShutdownConfig) PutMachineSpec(value *GoogleColabRuntimeTemplateMachineSpec) PutNetworkSpec(value *GoogleColabRuntimeTemplateNetworkSpec) PutShieldedVmConfig(value *GoogleColabRuntimeTemplateShieldedVmConfig) PutTimeouts(value *GoogleColabRuntimeTemplateTimeouts) ResetDataPersistentDiskSpec() ResetDescription() ResetEncryptionSpec() ResetEucConfig() ResetId() ResetIdleShutdownConfig() ResetLabels() ResetMachineSpec() ResetName() ResetNetworkSpec() ResetNetworkTags() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetShieldedVmConfig() 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/google-beta/6.18.0/docs/resources/google_colab_runtime_template google_colab_runtime_template}.
func NewGoogleColabRuntimeTemplate ¶
func NewGoogleColabRuntimeTemplate(scope constructs.Construct, id *string, config *GoogleColabRuntimeTemplateConfig) GoogleColabRuntimeTemplate
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template google_colab_runtime_template} Resource.
type GoogleColabRuntimeTemplateConfig ¶
type GoogleColabRuntimeTemplateConfig 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"` // Required. The display name of the Runtime Template. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#display_name GoogleColabRuntimeTemplate#display_name} DisplayName *string `field:"required" json:"displayName" yaml:"displayName"` // The location for the resource: https://cloud.google.com/colab/docs/locations. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#location GoogleColabRuntimeTemplate#location} Location *string `field:"required" json:"location" yaml:"location"` // data_persistent_disk_spec block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#data_persistent_disk_spec GoogleColabRuntimeTemplate#data_persistent_disk_spec} DataPersistentDiskSpec *GoogleColabRuntimeTemplateDataPersistentDiskSpec `field:"optional" json:"dataPersistentDiskSpec" yaml:"dataPersistentDiskSpec"` // The description of the Runtime Template. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#description GoogleColabRuntimeTemplate#description} Description *string `field:"optional" json:"description" yaml:"description"` // encryption_spec block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#encryption_spec GoogleColabRuntimeTemplate#encryption_spec} EncryptionSpec *GoogleColabRuntimeTemplateEncryptionSpec `field:"optional" json:"encryptionSpec" yaml:"encryptionSpec"` // euc_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#euc_config GoogleColabRuntimeTemplate#euc_config} EucConfig *GoogleColabRuntimeTemplateEucConfig `field:"optional" json:"eucConfig" yaml:"eucConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#id GoogleColabRuntimeTemplate#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"` // idle_shutdown_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#idle_shutdown_config GoogleColabRuntimeTemplate#idle_shutdown_config} IdleShutdownConfig *GoogleColabRuntimeTemplateIdleShutdownConfig `field:"optional" json:"idleShutdownConfig" yaml:"idleShutdownConfig"` // Labels to identify and group the runtime template. // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#labels GoogleColabRuntimeTemplate#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // machine_spec block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#machine_spec GoogleColabRuntimeTemplate#machine_spec} MachineSpec *GoogleColabRuntimeTemplateMachineSpec `field:"optional" json:"machineSpec" yaml:"machineSpec"` // The resource name of the Runtime Template. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#name GoogleColabRuntimeTemplate#name} Name *string `field:"optional" json:"name" yaml:"name"` // network_spec block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#network_spec GoogleColabRuntimeTemplate#network_spec} NetworkSpec *GoogleColabRuntimeTemplateNetworkSpec `field:"optional" json:"networkSpec" yaml:"networkSpec"` // Applies the given Compute Engine tags to the runtime. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#network_tags GoogleColabRuntimeTemplate#network_tags} NetworkTags *[]*string `field:"optional" json:"networkTags" yaml:"networkTags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#project GoogleColabRuntimeTemplate#project}. Project *string `field:"optional" json:"project" yaml:"project"` // shielded_vm_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#shielded_vm_config GoogleColabRuntimeTemplate#shielded_vm_config} ShieldedVmConfig *GoogleColabRuntimeTemplateShieldedVmConfig `field:"optional" json:"shieldedVmConfig" yaml:"shieldedVmConfig"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#timeouts GoogleColabRuntimeTemplate#timeouts} Timeouts *GoogleColabRuntimeTemplateTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleColabRuntimeTemplateDataPersistentDiskSpec ¶
type GoogleColabRuntimeTemplateDataPersistentDiskSpec struct { // The disk size of the runtime in GB. // // If specified, the diskType must also be specified. The minimum size is 10GB and the maximum is 65536GB. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#disk_size_gb GoogleColabRuntimeTemplate#disk_size_gb} DiskSizeGb *string `field:"optional" json:"diskSizeGb" yaml:"diskSizeGb"` // The type of the persistent disk. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#disk_type GoogleColabRuntimeTemplate#disk_type} DiskType *string `field:"optional" json:"diskType" yaml:"diskType"` }
type GoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference ¶
type GoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference 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 DiskSizeGb() *string SetDiskSizeGb(val *string) DiskSizeGbInput() *string DiskType() *string SetDiskType(val *string) DiskTypeInput() *string // Experimental. Fqn() *string InternalValue() *GoogleColabRuntimeTemplateDataPersistentDiskSpec SetInternalValue(val *GoogleColabRuntimeTemplateDataPersistentDiskSpec) // 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 ResetDiskSizeGb() ResetDiskType() // 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 NewGoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference ¶
func NewGoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference
type GoogleColabRuntimeTemplateEncryptionSpec ¶
type GoogleColabRuntimeTemplateEncryptionSpec struct { // The Cloud KMS encryption key (customer-managed encryption key) used to protect the runtime. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#kms_key_name GoogleColabRuntimeTemplate#kms_key_name} KmsKeyName *string `field:"optional" json:"kmsKeyName" yaml:"kmsKeyName"` }
type GoogleColabRuntimeTemplateEncryptionSpecOutputReference ¶
type GoogleColabRuntimeTemplateEncryptionSpecOutputReference 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() *GoogleColabRuntimeTemplateEncryptionSpec SetInternalValue(val *GoogleColabRuntimeTemplateEncryptionSpec) KmsKeyName() *string SetKmsKeyName(val *string) KmsKeyNameInput() *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 ResetKmsKeyName() // 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 NewGoogleColabRuntimeTemplateEncryptionSpecOutputReference ¶
func NewGoogleColabRuntimeTemplateEncryptionSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleColabRuntimeTemplateEncryptionSpecOutputReference
type GoogleColabRuntimeTemplateEucConfig ¶
type GoogleColabRuntimeTemplateEucConfig struct { // Disable end user credential access for the runtime. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#euc_disabled GoogleColabRuntimeTemplate#euc_disabled} EucDisabled interface{} `field:"optional" json:"eucDisabled" yaml:"eucDisabled"` }
type GoogleColabRuntimeTemplateEucConfigOutputReference ¶
type GoogleColabRuntimeTemplateEucConfigOutputReference 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 EucDisabled() interface{} SetEucDisabled(val interface{}) EucDisabledInput() interface{} // Experimental. Fqn() *string InternalValue() *GoogleColabRuntimeTemplateEucConfig SetInternalValue(val *GoogleColabRuntimeTemplateEucConfig) // 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 ResetEucDisabled() // 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 NewGoogleColabRuntimeTemplateEucConfigOutputReference ¶
func NewGoogleColabRuntimeTemplateEucConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleColabRuntimeTemplateEucConfigOutputReference
type GoogleColabRuntimeTemplateIdleShutdownConfig ¶
type GoogleColabRuntimeTemplateIdleShutdownConfig struct { // The duration after which the runtime is automatically shut down. // // An input of 0s disables the idle shutdown feature, and a valid range is [10m, 24h]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#idle_timeout GoogleColabRuntimeTemplate#idle_timeout} IdleTimeout *string `field:"optional" json:"idleTimeout" yaml:"idleTimeout"` }
type GoogleColabRuntimeTemplateIdleShutdownConfigOutputReference ¶
type GoogleColabRuntimeTemplateIdleShutdownConfigOutputReference 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 IdleTimeout() *string SetIdleTimeout(val *string) IdleTimeoutInput() *string InternalValue() *GoogleColabRuntimeTemplateIdleShutdownConfig SetInternalValue(val *GoogleColabRuntimeTemplateIdleShutdownConfig) // 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 ResetIdleTimeout() // 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 NewGoogleColabRuntimeTemplateIdleShutdownConfigOutputReference ¶
func NewGoogleColabRuntimeTemplateIdleShutdownConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleColabRuntimeTemplateIdleShutdownConfigOutputReference
type GoogleColabRuntimeTemplateMachineSpec ¶
type GoogleColabRuntimeTemplateMachineSpec struct { // The number of accelerators used by the runtime. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#accelerator_count GoogleColabRuntimeTemplate#accelerator_count} AcceleratorCount *float64 `field:"optional" json:"acceleratorCount" yaml:"acceleratorCount"` // The type of hardware accelerator used by the runtime. If specified, acceleratorCount must also be specified. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#accelerator_type GoogleColabRuntimeTemplate#accelerator_type} AcceleratorType *string `field:"optional" json:"acceleratorType" yaml:"acceleratorType"` // The Compute Engine machine type selected for the runtime. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#machine_type GoogleColabRuntimeTemplate#machine_type} MachineType *string `field:"optional" json:"machineType" yaml:"machineType"` }
type GoogleColabRuntimeTemplateMachineSpecOutputReference ¶
type GoogleColabRuntimeTemplateMachineSpecOutputReference interface { cdktf.ComplexObject AcceleratorCount() *float64 SetAcceleratorCount(val *float64) AcceleratorCountInput() *float64 AcceleratorType() *string SetAcceleratorType(val *string) AcceleratorTypeInput() *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() *GoogleColabRuntimeTemplateMachineSpec SetInternalValue(val *GoogleColabRuntimeTemplateMachineSpec) MachineType() *string SetMachineType(val *string) MachineTypeInput() *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 ResetAcceleratorCount() ResetAcceleratorType() ResetMachineType() // 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 NewGoogleColabRuntimeTemplateMachineSpecOutputReference ¶
func NewGoogleColabRuntimeTemplateMachineSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleColabRuntimeTemplateMachineSpecOutputReference
type GoogleColabRuntimeTemplateNetworkSpec ¶
type GoogleColabRuntimeTemplateNetworkSpec struct { // Enable public internet access for the runtime. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#enable_internet_access GoogleColabRuntimeTemplate#enable_internet_access} EnableInternetAccess interface{} `field:"optional" json:"enableInternetAccess" yaml:"enableInternetAccess"` // The name of the VPC that this runtime is in. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#network GoogleColabRuntimeTemplate#network} Network *string `field:"optional" json:"network" yaml:"network"` // The name of the subnetwork that this runtime is in. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#subnetwork GoogleColabRuntimeTemplate#subnetwork} Subnetwork *string `field:"optional" json:"subnetwork" yaml:"subnetwork"` }
type GoogleColabRuntimeTemplateNetworkSpecOutputReference ¶
type GoogleColabRuntimeTemplateNetworkSpecOutputReference 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 EnableInternetAccess() interface{} SetEnableInternetAccess(val interface{}) EnableInternetAccessInput() interface{} // Experimental. Fqn() *string InternalValue() *GoogleColabRuntimeTemplateNetworkSpec SetInternalValue(val *GoogleColabRuntimeTemplateNetworkSpec) Network() *string SetNetwork(val *string) NetworkInput() *string Subnetwork() *string SetSubnetwork(val *string) SubnetworkInput() *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 ResetEnableInternetAccess() ResetNetwork() ResetSubnetwork() // 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 NewGoogleColabRuntimeTemplateNetworkSpecOutputReference ¶
func NewGoogleColabRuntimeTemplateNetworkSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleColabRuntimeTemplateNetworkSpecOutputReference
type GoogleColabRuntimeTemplateShieldedVmConfig ¶
type GoogleColabRuntimeTemplateShieldedVmConfig struct { // Enables secure boot for the runtime. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#enable_secure_boot GoogleColabRuntimeTemplate#enable_secure_boot} EnableSecureBoot interface{} `field:"optional" json:"enableSecureBoot" yaml:"enableSecureBoot"` }
type GoogleColabRuntimeTemplateShieldedVmConfigOutputReference ¶
type GoogleColabRuntimeTemplateShieldedVmConfigOutputReference 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 EnableSecureBoot() interface{} SetEnableSecureBoot(val interface{}) EnableSecureBootInput() interface{} // Experimental. Fqn() *string InternalValue() *GoogleColabRuntimeTemplateShieldedVmConfig SetInternalValue(val *GoogleColabRuntimeTemplateShieldedVmConfig) // 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 ResetEnableSecureBoot() // 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 NewGoogleColabRuntimeTemplateShieldedVmConfigOutputReference ¶
func NewGoogleColabRuntimeTemplateShieldedVmConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleColabRuntimeTemplateShieldedVmConfigOutputReference
type GoogleColabRuntimeTemplateTimeouts ¶
type GoogleColabRuntimeTemplateTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#create GoogleColabRuntimeTemplate#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#delete GoogleColabRuntimeTemplate#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_colab_runtime_template#update GoogleColabRuntimeTemplate#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleColabRuntimeTemplateTimeoutsOutputReference ¶
type GoogleColabRuntimeTemplateTimeoutsOutputReference 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{}) // 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() 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 NewGoogleColabRuntimeTemplateTimeoutsOutputReference ¶
func NewGoogleColabRuntimeTemplateTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleColabRuntimeTemplateTimeoutsOutputReference
Source Files
¶
- GoogleColabRuntimeTemplate.go
- GoogleColabRuntimeTemplateConfig.go
- GoogleColabRuntimeTemplateDataPersistentDiskSpec.go
- GoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference.go
- GoogleColabRuntimeTemplateDataPersistentDiskSpecOutputReference__checks.go
- GoogleColabRuntimeTemplateEncryptionSpec.go
- GoogleColabRuntimeTemplateEncryptionSpecOutputReference.go
- GoogleColabRuntimeTemplateEncryptionSpecOutputReference__checks.go
- GoogleColabRuntimeTemplateEucConfig.go
- GoogleColabRuntimeTemplateEucConfigOutputReference.go
- GoogleColabRuntimeTemplateEucConfigOutputReference__checks.go
- GoogleColabRuntimeTemplateIdleShutdownConfig.go
- GoogleColabRuntimeTemplateIdleShutdownConfigOutputReference.go
- GoogleColabRuntimeTemplateIdleShutdownConfigOutputReference__checks.go
- GoogleColabRuntimeTemplateMachineSpec.go
- GoogleColabRuntimeTemplateMachineSpecOutputReference.go
- GoogleColabRuntimeTemplateMachineSpecOutputReference__checks.go
- GoogleColabRuntimeTemplateNetworkSpec.go
- GoogleColabRuntimeTemplateNetworkSpecOutputReference.go
- GoogleColabRuntimeTemplateNetworkSpecOutputReference__checks.go
- GoogleColabRuntimeTemplateShieldedVmConfig.go
- GoogleColabRuntimeTemplateShieldedVmConfigOutputReference.go
- GoogleColabRuntimeTemplateShieldedVmConfigOutputReference__checks.go
- GoogleColabRuntimeTemplateTimeouts.go
- GoogleColabRuntimeTemplateTimeoutsOutputReference.go
- GoogleColabRuntimeTemplateTimeoutsOutputReference__checks.go
- GoogleColabRuntimeTemplate__checks.go
- main.go