Documentation
¶
Index ¶
- func ColabSchedule_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ColabSchedule_IsConstruct(x interface{}) *bool
- func ColabSchedule_IsTerraformElement(x interface{}) *bool
- func ColabSchedule_IsTerraformResource(x interface{}) *bool
- func ColabSchedule_TfResourceType() *string
- func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference_Override(...)
- func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference_Override(...)
- func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference_Override(...)
- func NewColabScheduleCreateNotebookExecutionJobRequestOutputReference_Override(c ColabScheduleCreateNotebookExecutionJobRequestOutputReference, ...)
- func NewColabScheduleTimeoutsOutputReference_Override(c ColabScheduleTimeoutsOutputReference, ...)
- func NewColabSchedule_Override(c ColabSchedule, scope constructs.Construct, id *string, ...)
- type ColabSchedule
- type ColabScheduleConfig
- type ColabScheduleCreateNotebookExecutionJobRequest
- type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJob
- type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySource
- type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference
- type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSource
- type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference
- type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference
- type ColabScheduleCreateNotebookExecutionJobRequestOutputReference
- type ColabScheduleTimeouts
- type ColabScheduleTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColabSchedule_GenerateConfigForImport ¶
func ColabSchedule_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ColabSchedule resource upon running "cdktf plan <stack-name>".
func ColabSchedule_IsConstruct ¶
func ColabSchedule_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 ColabSchedule_IsTerraformElement ¶
func ColabSchedule_IsTerraformElement(x interface{}) *bool
Experimental.
func ColabSchedule_IsTerraformResource ¶
func ColabSchedule_IsTerraformResource(x interface{}) *bool
Experimental.
func ColabSchedule_TfResourceType ¶
func ColabSchedule_TfResourceType() *string
func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference_Override ¶
func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference_Override(c ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference_Override ¶
func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference_Override(c ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference_Override ¶
func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference_Override(c ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewColabScheduleCreateNotebookExecutionJobRequestOutputReference_Override ¶
func NewColabScheduleCreateNotebookExecutionJobRequestOutputReference_Override(c ColabScheduleCreateNotebookExecutionJobRequestOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewColabScheduleTimeoutsOutputReference_Override ¶
func NewColabScheduleTimeoutsOutputReference_Override(c ColabScheduleTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewColabSchedule_Override ¶
func NewColabSchedule_Override(c ColabSchedule, scope constructs.Construct, id *string, config *ColabScheduleConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule google_colab_schedule} Resource.
Types ¶
type ColabSchedule ¶
type ColabSchedule interface { cdktf.TerraformResource AllowQueueing() interface{} SetAllowQueueing(val interface{}) AllowQueueingInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateNotebookExecutionJobRequest() ColabScheduleCreateNotebookExecutionJobRequestOutputReference CreateNotebookExecutionJobRequestInput() *ColabScheduleCreateNotebookExecutionJobRequest Cron() *string SetCron(val *string) CronInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DesiredState() *string SetDesiredState(val *string) DesiredStateInput() *string DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string EndTime() *string SetEndTime(val *string) EndTimeInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string MaxConcurrentRunCount() *string SetMaxConcurrentRunCount(val *string) MaxConcurrentRunCountInput() *string MaxRunCount() *string SetMaxRunCount(val *string) MaxRunCountInput() *string Name() *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{} StartTime() *string SetStartTime(val *string) StartTimeInput() *string State() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() ColabScheduleTimeoutsOutputReference 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) PutCreateNotebookExecutionJobRequest(value *ColabScheduleCreateNotebookExecutionJobRequest) PutTimeouts(value *ColabScheduleTimeouts) ResetAllowQueueing() ResetDesiredState() ResetEndTime() ResetId() ResetMaxRunCount() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetStartTime() 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/6.21.0/docs/resources/colab_schedule google_colab_schedule}.
func NewColabSchedule ¶
func NewColabSchedule(scope constructs.Construct, id *string, config *ColabScheduleConfig) ColabSchedule
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule google_colab_schedule} Resource.
type ColabScheduleConfig ¶
type ColabScheduleConfig 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"` // create_notebook_execution_job_request block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#create_notebook_execution_job_request ColabSchedule#create_notebook_execution_job_request} CreateNotebookExecutionJobRequest *ColabScheduleCreateNotebookExecutionJobRequest `field:"required" json:"createNotebookExecutionJobRequest" yaml:"createNotebookExecutionJobRequest"` // Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#cron ColabSchedule#cron} Cron *string `field:"required" json:"cron" yaml:"cron"` // Required. The display name of the Schedule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#display_name ColabSchedule#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/6.21.0/docs/resources/colab_schedule#location ColabSchedule#location} Location *string `field:"required" json:"location" yaml:"location"` // Maximum number of runs that can be started concurrently for this Schedule. // // This is the limit for starting the scheduled requests and not the execution of the notebook execution jobs created by the requests. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#max_concurrent_run_count ColabSchedule#max_concurrent_run_count} MaxConcurrentRunCount *string `field:"required" json:"maxConcurrentRunCount" yaml:"maxConcurrentRunCount"` // Whether new scheduled runs can be queued when max_concurrent_runs limit is reached. // // If set to true, new runs will be queued instead of skipped. Default to false. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#allow_queueing ColabSchedule#allow_queueing} AllowQueueing interface{} `field:"optional" json:"allowQueueing" yaml:"allowQueueing"` // Desired state of the Colab Schedule. // // Set this field to 'ACTIVE' to start/resume the schedule, and 'PAUSED' to pause the schedule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#desired_state ColabSchedule#desired_state} DesiredState *string `field:"optional" json:"desiredState" yaml:"desiredState"` // Timestamp after which no new runs can be scheduled. // // If specified, the schedule will be completed when either end_time is reached or when scheduled_run_count >= max_run_count. Must be in the RFC 3339 (https://www.ietf.org/rfc/rfc3339.txt) format. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#end_time ColabSchedule#end_time} EndTime *string `field:"optional" json:"endTime" yaml:"endTime"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#id ColabSchedule#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"` // Maximum run count of the schedule. // // If specified, The schedule will be completed when either startedRunCount >= maxRunCount or when endTime is reached. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#max_run_count ColabSchedule#max_run_count} MaxRunCount *string `field:"optional" json:"maxRunCount" yaml:"maxRunCount"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#project ColabSchedule#project}. Project *string `field:"optional" json:"project" yaml:"project"` // The timestamp after which the first run can be scheduled. // // Defaults to the schedule creation time. Must be in the RFC 3339 (https://www.ietf.org/rfc/rfc3339.txt) format. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#start_time ColabSchedule#start_time} StartTime *string `field:"optional" json:"startTime" yaml:"startTime"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#timeouts ColabSchedule#timeouts} Timeouts *ColabScheduleTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type ColabScheduleCreateNotebookExecutionJobRequest ¶
type ColabScheduleCreateNotebookExecutionJobRequest struct { // notebook_execution_job block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#notebook_execution_job ColabSchedule#notebook_execution_job} NotebookExecutionJob *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJob `field:"required" json:"notebookExecutionJob" yaml:"notebookExecutionJob"` }
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJob ¶
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJob struct { // Required. The display name of the Notebook Execution. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#display_name ColabSchedule#display_name} DisplayName *string `field:"required" json:"displayName" yaml:"displayName"` // The Cloud Storage location to upload the result to. Format:'gs://bucket-name'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#gcs_output_uri ColabSchedule#gcs_output_uri} GcsOutputUri *string `field:"required" json:"gcsOutputUri" yaml:"gcsOutputUri"` // The NotebookRuntimeTemplate to source compute configuration from. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#notebook_runtime_template_resource_name ColabSchedule#notebook_runtime_template_resource_name} NotebookRuntimeTemplateResourceName *string `field:"required" json:"notebookRuntimeTemplateResourceName" yaml:"notebookRuntimeTemplateResourceName"` // dataform_repository_source block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#dataform_repository_source ColabSchedule#dataform_repository_source} DataformRepositorySource *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySource `field:"optional" json:"dataformRepositorySource" yaml:"dataformRepositorySource"` // Max running time of the execution job in seconds (default 86400s / 24 hrs). // // A duration in seconds with up to nine fractional digits, ending with "s". Example: "3.5s". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#execution_timeout ColabSchedule#execution_timeout} ExecutionTimeout *string `field:"optional" json:"executionTimeout" yaml:"executionTimeout"` // The user email to run the execution as. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#execution_user ColabSchedule#execution_user} ExecutionUser *string `field:"optional" json:"executionUser" yaml:"executionUser"` // gcs_notebook_source block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#gcs_notebook_source ColabSchedule#gcs_notebook_source} GcsNotebookSource *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSource `field:"optional" json:"gcsNotebookSource" yaml:"gcsNotebookSource"` // The service account to run the execution as. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#service_account ColabSchedule#service_account} ServiceAccount *string `field:"optional" json:"serviceAccount" yaml:"serviceAccount"` }
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySource ¶
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySource struct { // The resource name of the Dataform Repository. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#dataform_repository_resource_name ColabSchedule#dataform_repository_resource_name} DataformRepositoryResourceName *string `field:"required" json:"dataformRepositoryResourceName" yaml:"dataformRepositoryResourceName"` // The commit SHA to read repository with. If unset, the file will be read at HEAD. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#commit_sha ColabSchedule#commit_sha} CommitSha *string `field:"optional" json:"commitSha" yaml:"commitSha"` }
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference ¶
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference interface { cdktf.ComplexObject CommitSha() *string SetCommitSha(val *string) CommitShaInput() *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 DataformRepositoryResourceName() *string SetDataformRepositoryResourceName(val *string) DataformRepositoryResourceNameInput() *string // Experimental. Fqn() *string InternalValue() *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySource SetInternalValue(val *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySource) // 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 ResetCommitSha() // 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 NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference ¶
func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSource ¶
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSource struct { // The Cloud Storage uri pointing to the ipynb file. Format: gs://bucket/notebook_file.ipynb. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#uri ColabSchedule#uri} Uri *string `field:"required" json:"uri" yaml:"uri"` // The version of the Cloud Storage object to read. // // If unset, the current version of the object is read. See https://cloud.google.com/storage/docs/metadata#generation-number. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#generation ColabSchedule#generation} Generation *string `field:"optional" json:"generation" yaml:"generation"` }
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference ¶
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference 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 Generation() *string SetGeneration(val *string) GenerationInput() *string InternalValue() *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSource SetInternalValue(val *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSource) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Uri() *string SetUri(val *string) UriInput() *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 ResetGeneration() // 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 NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference ¶
func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference ¶
type ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference 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 DataformRepositorySource() ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference DataformRepositorySourceInput() *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySource DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string ExecutionTimeout() *string SetExecutionTimeout(val *string) ExecutionTimeoutInput() *string ExecutionUser() *string SetExecutionUser(val *string) ExecutionUserInput() *string // Experimental. Fqn() *string GcsNotebookSource() ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference GcsNotebookSourceInput() *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSource GcsOutputUri() *string SetGcsOutputUri(val *string) GcsOutputUriInput() *string InternalValue() *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJob SetInternalValue(val *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJob) NotebookRuntimeTemplateResourceName() *string SetNotebookRuntimeTemplateResourceName(val *string) NotebookRuntimeTemplateResourceNameInput() *string ServiceAccount() *string SetServiceAccount(val *string) ServiceAccountInput() *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 PutDataformRepositorySource(value *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySource) PutGcsNotebookSource(value *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSource) ResetDataformRepositorySource() ResetExecutionTimeout() ResetExecutionUser() ResetGcsNotebookSource() ResetServiceAccount() // 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 NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference ¶
func NewColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference
type ColabScheduleCreateNotebookExecutionJobRequestOutputReference ¶
type ColabScheduleCreateNotebookExecutionJobRequestOutputReference 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() *ColabScheduleCreateNotebookExecutionJobRequest SetInternalValue(val *ColabScheduleCreateNotebookExecutionJobRequest) NotebookExecutionJob() ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference NotebookExecutionJobInput() *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJob // 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 PutNotebookExecutionJob(value *ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJob) // 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 NewColabScheduleCreateNotebookExecutionJobRequestOutputReference ¶
func NewColabScheduleCreateNotebookExecutionJobRequestOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ColabScheduleCreateNotebookExecutionJobRequestOutputReference
type ColabScheduleTimeouts ¶
type ColabScheduleTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#create ColabSchedule#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#delete ColabSchedule#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.21.0/docs/resources/colab_schedule#update ColabSchedule#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type ColabScheduleTimeoutsOutputReference ¶
type ColabScheduleTimeoutsOutputReference 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 NewColabScheduleTimeoutsOutputReference ¶
func NewColabScheduleTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ColabScheduleTimeoutsOutputReference
Source Files
¶
- ColabSchedule.go
- ColabScheduleConfig.go
- ColabScheduleCreateNotebookExecutionJobRequest.go
- ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJob.go
- ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySource.go
- ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference.go
- ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobDataformRepositorySourceOutputReference__checks.go
- ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSource.go
- ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference.go
- ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceOutputReference__checks.go
- ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference.go
- ColabScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobOutputReference__checks.go
- ColabScheduleCreateNotebookExecutionJobRequestOutputReference.go
- ColabScheduleCreateNotebookExecutionJobRequestOutputReference__checks.go
- ColabScheduleTimeouts.go
- ColabScheduleTimeoutsOutputReference.go
- ColabScheduleTimeoutsOutputReference__checks.go
- ColabSchedule__checks.go
- main.go