Documentation
¶
Index ¶
- func NewWarehouseParametersList_Override(w WarehouseParametersList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewWarehouseParametersMaxConcurrencyLevelList_Override(w WarehouseParametersMaxConcurrencyLevelList, ...)
- func NewWarehouseParametersMaxConcurrencyLevelOutputReference_Override(w WarehouseParametersMaxConcurrencyLevelOutputReference, ...)
- func NewWarehouseParametersOutputReference_Override(w WarehouseParametersOutputReference, ...)
- func NewWarehouseParametersStatementQueuedTimeoutInSecondsList_Override(w WarehouseParametersStatementQueuedTimeoutInSecondsList, ...)
- func NewWarehouseParametersStatementQueuedTimeoutInSecondsOutputReference_Override(w WarehouseParametersStatementQueuedTimeoutInSecondsOutputReference, ...)
- func NewWarehouseParametersStatementTimeoutInSecondsList_Override(w WarehouseParametersStatementTimeoutInSecondsList, ...)
- func NewWarehouseParametersStatementTimeoutInSecondsOutputReference_Override(w WarehouseParametersStatementTimeoutInSecondsOutputReference, ...)
- func NewWarehouseShowOutputList_Override(w WarehouseShowOutputList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewWarehouseShowOutputOutputReference_Override(w WarehouseShowOutputOutputReference, ...)
- func NewWarehouse_Override(w Warehouse, scope constructs.Construct, id *string, config *WarehouseConfig)
- func Warehouse_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func Warehouse_IsConstruct(x interface{}) *bool
- func Warehouse_IsTerraformElement(x interface{}) *bool
- func Warehouse_IsTerraformResource(x interface{}) *bool
- func Warehouse_TfResourceType() *string
- type Warehouse
- type WarehouseConfig
- type WarehouseParameters
- type WarehouseParametersList
- type WarehouseParametersMaxConcurrencyLevel
- type WarehouseParametersMaxConcurrencyLevelList
- type WarehouseParametersMaxConcurrencyLevelOutputReference
- type WarehouseParametersOutputReference
- type WarehouseParametersStatementQueuedTimeoutInSeconds
- type WarehouseParametersStatementQueuedTimeoutInSecondsList
- type WarehouseParametersStatementQueuedTimeoutInSecondsOutputReference
- type WarehouseParametersStatementTimeoutInSeconds
- type WarehouseParametersStatementTimeoutInSecondsList
- type WarehouseParametersStatementTimeoutInSecondsOutputReference
- type WarehouseShowOutput
- type WarehouseShowOutputList
- type WarehouseShowOutputOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWarehouseParametersList_Override ¶ added in v11.9.0
func NewWarehouseParametersList_Override(w WarehouseParametersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewWarehouseParametersMaxConcurrencyLevelList_Override ¶ added in v11.9.0
func NewWarehouseParametersMaxConcurrencyLevelList_Override(w WarehouseParametersMaxConcurrencyLevelList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewWarehouseParametersMaxConcurrencyLevelOutputReference_Override ¶ added in v11.9.0
func NewWarehouseParametersMaxConcurrencyLevelOutputReference_Override(w WarehouseParametersMaxConcurrencyLevelOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewWarehouseParametersOutputReference_Override ¶ added in v11.9.0
func NewWarehouseParametersOutputReference_Override(w WarehouseParametersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewWarehouseParametersStatementQueuedTimeoutInSecondsList_Override ¶ added in v11.9.0
func NewWarehouseParametersStatementQueuedTimeoutInSecondsList_Override(w WarehouseParametersStatementQueuedTimeoutInSecondsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewWarehouseParametersStatementQueuedTimeoutInSecondsOutputReference_Override ¶ added in v11.9.0
func NewWarehouseParametersStatementQueuedTimeoutInSecondsOutputReference_Override(w WarehouseParametersStatementQueuedTimeoutInSecondsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewWarehouseParametersStatementTimeoutInSecondsList_Override ¶ added in v11.9.0
func NewWarehouseParametersStatementTimeoutInSecondsList_Override(w WarehouseParametersStatementTimeoutInSecondsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewWarehouseParametersStatementTimeoutInSecondsOutputReference_Override ¶ added in v11.9.0
func NewWarehouseParametersStatementTimeoutInSecondsOutputReference_Override(w WarehouseParametersStatementTimeoutInSecondsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewWarehouseShowOutputList_Override ¶ added in v11.9.0
func NewWarehouseShowOutputList_Override(w WarehouseShowOutputList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewWarehouseShowOutputOutputReference_Override ¶ added in v11.9.0
func NewWarehouseShowOutputOutputReference_Override(w WarehouseShowOutputOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewWarehouse_Override ¶
func NewWarehouse_Override(w Warehouse, scope constructs.Construct, id *string, config *WarehouseConfig)
Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse snowflake_warehouse} Resource.
func Warehouse_GenerateConfigForImport ¶
func Warehouse_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a Warehouse resource upon running "cdktf plan <stack-name>".
func Warehouse_IsConstruct ¶
func Warehouse_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 Warehouse_IsTerraformElement ¶
func Warehouse_IsTerraformElement(x interface{}) *bool
Experimental.
func Warehouse_IsTerraformResource ¶
func Warehouse_IsTerraformResource(x interface{}) *bool
Experimental.
func Warehouse_TfResourceType ¶
func Warehouse_TfResourceType() *string
Types ¶
type Warehouse ¶
type Warehouse interface { cdktf.TerraformResource AutoResume() *string SetAutoResume(val *string) AutoResumeInput() *string AutoSuspend() *float64 SetAutoSuspend(val *float64) AutoSuspendInput() *float64 // 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{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EnableQueryAcceleration() *string SetEnableQueryAcceleration(val *string) EnableQueryAccelerationInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string FullyQualifiedName() *string Id() *string SetId(val *string) IdInput() *string InitiallySuspended() interface{} SetInitiallySuspended(val interface{}) InitiallySuspendedInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MaxClusterCount() *float64 SetMaxClusterCount(val *float64) MaxClusterCountInput() *float64 MaxConcurrencyLevel() *float64 SetMaxConcurrencyLevel(val *float64) MaxConcurrencyLevelInput() *float64 MinClusterCount() *float64 SetMinClusterCount(val *float64) MinClusterCountInput() *float64 Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Parameters() WarehouseParametersList // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) QueryAccelerationMaxScaleFactor() *float64 SetQueryAccelerationMaxScaleFactor(val *float64) QueryAccelerationMaxScaleFactorInput() *float64 // Experimental. RawOverrides() interface{} ResourceMonitor() *string SetResourceMonitor(val *string) ResourceMonitorInput() *string ScalingPolicy() *string SetScalingPolicy(val *string) ScalingPolicyInput() *string ShowOutput() WarehouseShowOutputList StatementQueuedTimeoutInSeconds() *float64 SetStatementQueuedTimeoutInSeconds(val *float64) StatementQueuedTimeoutInSecondsInput() *float64 StatementTimeoutInSeconds() *float64 SetStatementTimeoutInSeconds(val *float64) StatementTimeoutInSecondsInput() *float64 // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string WarehouseSize() *string SetWarehouseSize(val *string) WarehouseSizeInput() *string WarehouseType() *string SetWarehouseType(val *string) WarehouseTypeInput() *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) ResetAutoResume() ResetAutoSuspend() ResetComment() ResetEnableQueryAcceleration() ResetId() ResetInitiallySuspended() ResetMaxClusterCount() ResetMaxConcurrencyLevel() ResetMinClusterCount() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetQueryAccelerationMaxScaleFactor() ResetResourceMonitor() ResetScalingPolicy() ResetStatementQueuedTimeoutInSeconds() ResetStatementTimeoutInSeconds() ResetWarehouseSize() ResetWarehouseType() 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.96.0/docs/resources/warehouse snowflake_warehouse}.
func NewWarehouse ¶
func NewWarehouse(scope constructs.Construct, id *string, config *WarehouseConfig) Warehouse
Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse snowflake_warehouse} Resource.
type WarehouseConfig ¶
type WarehouseConfig 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"` // Identifier for the virtual warehouse; // // must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `(`, `)`, `"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#name Warehouse#name} Name *string `field:"required" json:"name" yaml:"name"` // Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} AutoResume *string `field:"optional" json:"autoResume" yaml:"autoResume"` // Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} AutoSuspend *float64 `field:"optional" json:"autoSuspend" yaml:"autoSuspend"` // Specifies a comment for the warehouse. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#comment Warehouse#comment} Comment *string `field:"optional" json:"comment" yaml:"comment"` // Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. // // Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} EnableQueryAcceleration *string `field:"optional" json:"enableQueryAcceleration" yaml:"enableQueryAcceleration"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#id Warehouse#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"` // Specifies whether the warehouse is created initially in the ‘Suspended’ state. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} InitiallySuspended interface{} `field:"optional" json:"initiallySuspended" yaml:"initiallySuspended"` // Specifies the maximum number of server clusters for the warehouse. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} MaxClusterCount *float64 `field:"optional" json:"maxClusterCount" yaml:"maxClusterCount"` // Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} MaxConcurrencyLevel *float64 `field:"optional" json:"maxConcurrencyLevel" yaml:"maxConcurrencyLevel"` // Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} MinClusterCount *float64 `field:"optional" json:"minClusterCount" yaml:"minClusterCount"` // Specifies the maximum scale factor for leasing compute resources for query acceleration. // // The scale factor is used as a multiplier based on warehouse size. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} QueryAccelerationMaxScaleFactor *float64 `field:"optional" json:"queryAccelerationMaxScaleFactor" yaml:"queryAccelerationMaxScaleFactor"` // Specifies the name of a resource monitor that is explicitly assigned to the warehouse. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} ResourceMonitor *string `field:"optional" json:"resourceMonitor" yaml:"resourceMonitor"` // Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. // // Valid values are (case-insensitive): `STANDARD` | `ECONOMY`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} ScalingPolicy *string `field:"optional" json:"scalingPolicy" yaml:"scalingPolicy"` // Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} StatementQueuedTimeoutInSeconds *float64 `field:"optional" json:"statementQueuedTimeoutInSeconds" yaml:"statementQueuedTimeoutInSeconds"` // Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} StatementTimeoutInSeconds *float64 `field:"optional" json:"statementTimeoutInSeconds" yaml:"statementTimeoutInSeconds"` // Specifies the size of the virtual warehouse. // // Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. Consult [warehouse documentation](https://docs.snowflake.com/en/sql-reference/sql/create-warehouse#optional-properties-objectproperties) for the details. Note: removing the size from config will result in the resource recreation. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} WarehouseSize *string `field:"optional" json:"warehouseSize" yaml:"warehouseSize"` // Specifies warehouse type. // // Valid values are (case-insensitive): `STANDARD` | `SNOWPARK-OPTIMIZED`. Warehouse needs to be suspended to change its type. Provider will handle automatic suspension and resumption if needed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.96.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} WarehouseType *string `field:"optional" json:"warehouseType" yaml:"warehouseType"` }
type WarehouseParameters ¶ added in v11.9.0
type WarehouseParameters struct { }
type WarehouseParametersList ¶ added in v11.9.0
type WarehouseParametersList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) WarehouseParametersOutputReference // 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 NewWarehouseParametersList ¶ added in v11.9.0
func NewWarehouseParametersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WarehouseParametersList
type WarehouseParametersMaxConcurrencyLevel ¶ added in v11.9.0
type WarehouseParametersMaxConcurrencyLevel struct { }
type WarehouseParametersMaxConcurrencyLevelList ¶ added in v11.9.0
type WarehouseParametersMaxConcurrencyLevelList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) WarehouseParametersMaxConcurrencyLevelOutputReference // 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 NewWarehouseParametersMaxConcurrencyLevelList ¶ added in v11.9.0
func NewWarehouseParametersMaxConcurrencyLevelList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WarehouseParametersMaxConcurrencyLevelList
type WarehouseParametersMaxConcurrencyLevelOutputReference ¶ added in v11.9.0
type WarehouseParametersMaxConcurrencyLevelOutputReference 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 Default() *string Description() *string // Experimental. Fqn() *string InternalValue() *WarehouseParametersMaxConcurrencyLevel SetInternalValue(val *WarehouseParametersMaxConcurrencyLevel) Key() *string Level() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *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 // 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 NewWarehouseParametersMaxConcurrencyLevelOutputReference ¶ added in v11.9.0
func NewWarehouseParametersMaxConcurrencyLevelOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) WarehouseParametersMaxConcurrencyLevelOutputReference
type WarehouseParametersOutputReference ¶ added in v11.9.0
type WarehouseParametersOutputReference 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() *WarehouseParameters SetInternalValue(val *WarehouseParameters) MaxConcurrencyLevel() WarehouseParametersMaxConcurrencyLevelList StatementQueuedTimeoutInSeconds() WarehouseParametersStatementQueuedTimeoutInSecondsList StatementTimeoutInSeconds() WarehouseParametersStatementTimeoutInSecondsList // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewWarehouseParametersOutputReference ¶ added in v11.9.0
func NewWarehouseParametersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) WarehouseParametersOutputReference
type WarehouseParametersStatementQueuedTimeoutInSeconds ¶ added in v11.9.0
type WarehouseParametersStatementQueuedTimeoutInSeconds struct { }
type WarehouseParametersStatementQueuedTimeoutInSecondsList ¶ added in v11.9.0
type WarehouseParametersStatementQueuedTimeoutInSecondsList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) WarehouseParametersStatementQueuedTimeoutInSecondsOutputReference // 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 NewWarehouseParametersStatementQueuedTimeoutInSecondsList ¶ added in v11.9.0
func NewWarehouseParametersStatementQueuedTimeoutInSecondsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WarehouseParametersStatementQueuedTimeoutInSecondsList
type WarehouseParametersStatementQueuedTimeoutInSecondsOutputReference ¶ added in v11.9.0
type WarehouseParametersStatementQueuedTimeoutInSecondsOutputReference 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 Default() *string Description() *string // Experimental. Fqn() *string InternalValue() *WarehouseParametersStatementQueuedTimeoutInSeconds SetInternalValue(val *WarehouseParametersStatementQueuedTimeoutInSeconds) Key() *string Level() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *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 // 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 NewWarehouseParametersStatementQueuedTimeoutInSecondsOutputReference ¶ added in v11.9.0
func NewWarehouseParametersStatementQueuedTimeoutInSecondsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) WarehouseParametersStatementQueuedTimeoutInSecondsOutputReference
type WarehouseParametersStatementTimeoutInSeconds ¶ added in v11.9.0
type WarehouseParametersStatementTimeoutInSeconds struct { }
type WarehouseParametersStatementTimeoutInSecondsList ¶ added in v11.9.0
type WarehouseParametersStatementTimeoutInSecondsList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) WarehouseParametersStatementTimeoutInSecondsOutputReference // 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 NewWarehouseParametersStatementTimeoutInSecondsList ¶ added in v11.9.0
func NewWarehouseParametersStatementTimeoutInSecondsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WarehouseParametersStatementTimeoutInSecondsList
type WarehouseParametersStatementTimeoutInSecondsOutputReference ¶ added in v11.9.0
type WarehouseParametersStatementTimeoutInSecondsOutputReference 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 Default() *string Description() *string // Experimental. Fqn() *string InternalValue() *WarehouseParametersStatementTimeoutInSeconds SetInternalValue(val *WarehouseParametersStatementTimeoutInSeconds) Key() *string Level() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *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 // 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 NewWarehouseParametersStatementTimeoutInSecondsOutputReference ¶ added in v11.9.0
func NewWarehouseParametersStatementTimeoutInSecondsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) WarehouseParametersStatementTimeoutInSecondsOutputReference
type WarehouseShowOutput ¶ added in v11.9.0
type WarehouseShowOutput struct { }
type WarehouseShowOutputList ¶ added in v11.9.0
type WarehouseShowOutputList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) WarehouseShowOutputOutputReference // 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 NewWarehouseShowOutputList ¶ added in v11.9.0
func NewWarehouseShowOutputList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WarehouseShowOutputList
type WarehouseShowOutputOutputReference ¶ added in v11.9.0
type WarehouseShowOutputOutputReference interface { cdktf.ComplexObject AutoResume() cdktf.IResolvable AutoSuspend() *float64 Available() *float64 Comment() *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) CreatedOn() *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 EnableQueryAcceleration() cdktf.IResolvable // Experimental. Fqn() *string InternalValue() *WarehouseShowOutput SetInternalValue(val *WarehouseShowOutput) IsCurrent() cdktf.IResolvable IsDefault() cdktf.IResolvable MaxClusterCount() *float64 MinClusterCount() *float64 Name() *string Other() *float64 Owner() *string OwnerRoleType() *string Provisioning() *float64 QueryAccelerationMaxScaleFactor() *float64 Queued() *float64 Quiescing() *float64 ResourceMonitor() *string ResumedOn() *string Running() *float64 ScalingPolicy() *string Size() *string StartedClusters() *float64 State() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string UpdatedOn() *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 // 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 NewWarehouseShowOutputOutputReference ¶ added in v11.9.0
func NewWarehouseShowOutputOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) WarehouseShowOutputOutputReference
Source Files
¶
- Warehouse.go
- WarehouseConfig.go
- WarehouseParameters.go
- WarehouseParametersList.go
- WarehouseParametersList__checks.go
- WarehouseParametersMaxConcurrencyLevel.go
- WarehouseParametersMaxConcurrencyLevelList.go
- WarehouseParametersMaxConcurrencyLevelList__checks.go
- WarehouseParametersMaxConcurrencyLevelOutputReference.go
- WarehouseParametersMaxConcurrencyLevelOutputReference__checks.go
- WarehouseParametersOutputReference.go
- WarehouseParametersOutputReference__checks.go
- WarehouseParametersStatementQueuedTimeoutInSeconds.go
- WarehouseParametersStatementQueuedTimeoutInSecondsList.go
- WarehouseParametersStatementQueuedTimeoutInSecondsList__checks.go
- WarehouseParametersStatementQueuedTimeoutInSecondsOutputReference.go
- WarehouseParametersStatementQueuedTimeoutInSecondsOutputReference__checks.go
- WarehouseParametersStatementTimeoutInSeconds.go
- WarehouseParametersStatementTimeoutInSecondsList.go
- WarehouseParametersStatementTimeoutInSecondsList__checks.go
- WarehouseParametersStatementTimeoutInSecondsOutputReference.go
- WarehouseParametersStatementTimeoutInSecondsOutputReference__checks.go
- WarehouseShowOutput.go
- WarehouseShowOutputList.go
- WarehouseShowOutputList__checks.go
- WarehouseShowOutputOutputReference.go
- WarehouseShowOutputOutputReference__checks.go
- Warehouse__checks.go
- main.go