Documentation ¶
Index ¶
- func NewTask_Override(t Task, scope constructs.Construct, id *string, config *TaskConfig)
- func Task_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func Task_IsConstruct(x interface{}) *bool
- func Task_IsTerraformElement(x interface{}) *bool
- func Task_IsTerraformResource(x interface{}) *bool
- func Task_TfResourceType() *string
- type Task
- type TaskConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTask_Override ¶
func NewTask_Override(t Task, scope constructs.Construct, id *string, config *TaskConfig)
Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task snowflake_task} Resource.
func Task_GenerateConfigForImport ¶
func Task_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a Task resource upon running "cdktf plan <stack-name>".
func Task_IsConstruct ¶
func Task_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 Task_TfResourceType ¶
func Task_TfResourceType() *string
Types ¶
type Task ¶
type Task interface { cdktf.TerraformResource After() *[]*string SetAfter(val *[]*string) AfterInput() *[]*string AllowOverlappingExecution() interface{} SetAllowOverlappingExecution(val interface{}) AllowOverlappingExecutionInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack Comment() *string SetComment(val *string) CommentInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) Database() *string SetDatabase(val *string) DatabaseInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} ErrorIntegration() *string SetErrorIntegration(val *string) ErrorIntegrationInput() *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) 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{} Schedule() *string SetSchedule(val *string) ScheduleInput() *string Schema() *string SetSchema(val *string) SchemaInput() *string SessionParameters() *map[string]*string SetSessionParameters(val *map[string]*string) SessionParametersInput() *map[string]*string SqlStatement() *string SetSqlStatement(val *string) SqlStatementInput() *string SuspendTaskAfterNumFailures() *float64 SetSuspendTaskAfterNumFailures(val *float64) SuspendTaskAfterNumFailuresInput() *float64 // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string UserTaskManagedInitialWarehouseSize() *string SetUserTaskManagedInitialWarehouseSize(val *string) UserTaskManagedInitialWarehouseSizeInput() *string UserTaskTimeoutMs() *float64 SetUserTaskTimeoutMs(val *float64) UserTaskTimeoutMsInput() *float64 Warehouse() *string SetWarehouse(val *string) WarehouseInput() *string When() *string SetWhen(val *string) WhenInput() *string // 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) ResetAfter() ResetAllowOverlappingExecution() ResetComment() ResetEnabled() ResetErrorIntegration() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSchedule() ResetSessionParameters() ResetSuspendTaskAfterNumFailures() ResetUserTaskManagedInitialWarehouseSize() ResetUserTaskTimeoutMs() ResetWarehouse() ResetWhen() 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/snowflake-labs/snowflake/0.94.0/docs/resources/task snowflake_task}.
func NewTask ¶
func NewTask(scope constructs.Construct, id *string, config *TaskConfig) Task
Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task snowflake_task} Resource.
type TaskConfig ¶
type TaskConfig 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"` // The database in which to create the task. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#database Task#database} Database *string `field:"required" json:"database" yaml:"database"` // Specifies the identifier for the task; // // must be unique for the database and schema in which the task is created. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#name Task#name} Name *string `field:"required" json:"name" yaml:"name"` // The schema in which to create the task. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#schema Task#schema} Schema *string `field:"required" json:"schema" yaml:"schema"` // Any single SQL statement, or a call to a stored procedure, executed when the task runs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#sql_statement Task#sql_statement} SqlStatement *string `field:"required" json:"sqlStatement" yaml:"sqlStatement"` // Specifies one or more predecessor tasks for the current task. // // Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#after Task#after} After *[]*string `field:"optional" json:"after" yaml:"after"` // By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} AllowOverlappingExecution interface{} `field:"optional" json:"allowOverlappingExecution" yaml:"allowOverlappingExecution"` // Specifies a comment for the task. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#comment Task#comment} Comment *string `field:"optional" json:"comment" yaml:"comment"` // Specifies if the task should be started (enabled) after creation or should remain suspended (default). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#enabled Task#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // Specifies the name of the notification integration used for error notifications. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#error_integration Task#error_integration} ErrorIntegration *string `field:"optional" json:"errorIntegration" yaml:"errorIntegration"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#id Task#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"` // The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#schedule Task#schedule} Schedule *string `field:"optional" json:"schedule" yaml:"schedule"` // Specifies session parameters to set for the session when the task runs. A task supports all session parameters. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#session_parameters Task#session_parameters} SessionParameters *map[string]*string `field:"optional" json:"sessionParameters" yaml:"sessionParameters"` // Specifies the number of consecutive failed task runs after which the current task is suspended automatically. // // The default is 0 (no automatic suspension). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} SuspendTaskAfterNumFailures *float64 `field:"optional" json:"suspendTaskAfterNumFailures" yaml:"suspendTaskAfterNumFailures"` // Specifies the size of the compute resources to provision for the first run of the task, before a task history is available for Snowflake to determine an ideal size. // // Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} UserTaskManagedInitialWarehouseSize *string `field:"optional" json:"userTaskManagedInitialWarehouseSize" yaml:"userTaskManagedInitialWarehouseSize"` // Specifies the time limit on a single run of the task before it times out (in milliseconds). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} UserTaskTimeoutMs *float64 `field:"optional" json:"userTaskTimeoutMs" yaml:"userTaskTimeoutMs"` // The warehouse the task will use. // // Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#warehouse Task#warehouse} Warehouse *string `field:"optional" json:"warehouse" yaml:"warehouse"` // Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.94.0/docs/resources/task#when Task#when} When *string `field:"optional" json:"when" yaml:"when"` }