1. Packages
  2. Snowflake Provider
  3. API Docs
  4. ComputePool
Snowflake v2.1.0 published on Thursday, Jun 26, 2025 by Pulumi

snowflake.ComputePool

Explore with Pulumi AI

snowflake logo
Snowflake v2.1.0 published on Thursday, Jun 26, 2025 by Pulumi

    Import

    $ pulumi import snowflake:index/computePool:ComputePool example '"<compute_pool_name>"'
    

    Create ComputePool Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ComputePool(name: string, args: ComputePoolArgs, opts?: CustomResourceOptions);
    @overload
    def ComputePool(resource_name: str,
                    args: ComputePoolArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ComputePool(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    instance_family: Optional[str] = None,
                    max_nodes: Optional[int] = None,
                    min_nodes: Optional[int] = None,
                    auto_resume: Optional[str] = None,
                    auto_suspend_secs: Optional[int] = None,
                    comment: Optional[str] = None,
                    for_application: Optional[str] = None,
                    initially_suspended: Optional[str] = None,
                    name: Optional[str] = None)
    func NewComputePool(ctx *Context, name string, args ComputePoolArgs, opts ...ResourceOption) (*ComputePool, error)
    public ComputePool(string name, ComputePoolArgs args, CustomResourceOptions? opts = null)
    public ComputePool(String name, ComputePoolArgs args)
    public ComputePool(String name, ComputePoolArgs args, CustomResourceOptions options)
    
    type: snowflake:ComputePool
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ComputePoolArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ComputePoolArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ComputePoolArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ComputePoolArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ComputePoolArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var computePoolResource = new Snowflake.ComputePool("computePoolResource", new()
    {
        InstanceFamily = "string",
        MaxNodes = 0,
        MinNodes = 0,
        AutoResume = "string",
        AutoSuspendSecs = 0,
        Comment = "string",
        ForApplication = "string",
        InitiallySuspended = "string",
        Name = "string",
    });
    
    example, err := snowflake.NewComputePool(ctx, "computePoolResource", &snowflake.ComputePoolArgs{
    	InstanceFamily:     pulumi.String("string"),
    	MaxNodes:           pulumi.Int(0),
    	MinNodes:           pulumi.Int(0),
    	AutoResume:         pulumi.String("string"),
    	AutoSuspendSecs:    pulumi.Int(0),
    	Comment:            pulumi.String("string"),
    	ForApplication:     pulumi.String("string"),
    	InitiallySuspended: pulumi.String("string"),
    	Name:               pulumi.String("string"),
    })
    
    var computePoolResource = new ComputePool("computePoolResource", ComputePoolArgs.builder()
        .instanceFamily("string")
        .maxNodes(0)
        .minNodes(0)
        .autoResume("string")
        .autoSuspendSecs(0)
        .comment("string")
        .forApplication("string")
        .initiallySuspended("string")
        .name("string")
        .build());
    
    compute_pool_resource = snowflake.ComputePool("computePoolResource",
        instance_family="string",
        max_nodes=0,
        min_nodes=0,
        auto_resume="string",
        auto_suspend_secs=0,
        comment="string",
        for_application="string",
        initially_suspended="string",
        name="string")
    
    const computePoolResource = new snowflake.ComputePool("computePoolResource", {
        instanceFamily: "string",
        maxNodes: 0,
        minNodes: 0,
        autoResume: "string",
        autoSuspendSecs: 0,
        comment: "string",
        forApplication: "string",
        initiallySuspended: "string",
        name: "string",
    });
    
    type: snowflake:ComputePool
    properties:
        autoResume: string
        autoSuspendSecs: 0
        comment: string
        forApplication: string
        initiallySuspended: string
        instanceFamily: string
        maxNodes: 0
        minNodes: 0
        name: string
    

    ComputePool Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ComputePool resource accepts the following input properties:

    InstanceFamily string
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    MaxNodes int
    Specifies the maximum number of nodes for the compute pool.
    MinNodes int
    Specifies the minimum number of nodes for the compute pool.
    AutoResume string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    AutoSuspendSecs int
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    Comment string
    Specifies a comment for the compute pool.
    ForApplication string
    Specifies the Snowflake Native App name.
    InitiallySuspended string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    Name string
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".
    InstanceFamily string
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    MaxNodes int
    Specifies the maximum number of nodes for the compute pool.
    MinNodes int
    Specifies the minimum number of nodes for the compute pool.
    AutoResume string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    AutoSuspendSecs int
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    Comment string
    Specifies a comment for the compute pool.
    ForApplication string
    Specifies the Snowflake Native App name.
    InitiallySuspended string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    Name string
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".
    instanceFamily String
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    maxNodes Integer
    Specifies the maximum number of nodes for the compute pool.
    minNodes Integer
    Specifies the minimum number of nodes for the compute pool.
    autoResume String
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    autoSuspendSecs Integer
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    comment String
    Specifies a comment for the compute pool.
    forApplication String
    Specifies the Snowflake Native App name.
    initiallySuspended String
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    name String
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".
    instanceFamily string
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    maxNodes number
    Specifies the maximum number of nodes for the compute pool.
    minNodes number
    Specifies the minimum number of nodes for the compute pool.
    autoResume string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    autoSuspendSecs number
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    comment string
    Specifies a comment for the compute pool.
    forApplication string
    Specifies the Snowflake Native App name.
    initiallySuspended string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    name string
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".
    instance_family str
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    max_nodes int
    Specifies the maximum number of nodes for the compute pool.
    min_nodes int
    Specifies the minimum number of nodes for the compute pool.
    auto_resume str
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    auto_suspend_secs int
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    comment str
    Specifies a comment for the compute pool.
    for_application str
    Specifies the Snowflake Native App name.
    initially_suspended str
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    name str
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".
    instanceFamily String
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    maxNodes Number
    Specifies the maximum number of nodes for the compute pool.
    minNodes Number
    Specifies the minimum number of nodes for the compute pool.
    autoResume String
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    autoSuspendSecs Number
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    comment String
    Specifies a comment for the compute pool.
    forApplication String
    Specifies the Snowflake Native App name.
    initiallySuspended String
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    name String
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ComputePool resource produces the following output properties:

    DescribeOutputs List<ComputePoolDescribeOutput>
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    FullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    Id string
    The provider-assigned unique ID for this managed resource.
    ShowOutputs List<ComputePoolShowOutput>
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.
    DescribeOutputs []ComputePoolDescribeOutput
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    FullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    Id string
    The provider-assigned unique ID for this managed resource.
    ShowOutputs []ComputePoolShowOutput
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.
    describeOutputs List<ComputePoolDescribeOutput>
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    fullyQualifiedName String
    Fully qualified name of the resource. For more information, see object name resolution.
    id String
    The provider-assigned unique ID for this managed resource.
    showOutputs List<ComputePoolShowOutput>
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.
    describeOutputs ComputePoolDescribeOutput[]
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    fullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    id string
    The provider-assigned unique ID for this managed resource.
    showOutputs ComputePoolShowOutput[]
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.
    describe_outputs Sequence[ComputePoolDescribeOutput]
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    fully_qualified_name str
    Fully qualified name of the resource. For more information, see object name resolution.
    id str
    The provider-assigned unique ID for this managed resource.
    show_outputs Sequence[ComputePoolShowOutput]
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.
    describeOutputs List<Property Map>
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    fullyQualifiedName String
    Fully qualified name of the resource. For more information, see object name resolution.
    id String
    The provider-assigned unique ID for this managed resource.
    showOutputs List<Property Map>
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.

    Look up Existing ComputePool Resource

    Get an existing ComputePool resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ComputePoolState, opts?: CustomResourceOptions): ComputePool
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            auto_resume: Optional[str] = None,
            auto_suspend_secs: Optional[int] = None,
            comment: Optional[str] = None,
            describe_outputs: Optional[Sequence[ComputePoolDescribeOutputArgs]] = None,
            for_application: Optional[str] = None,
            fully_qualified_name: Optional[str] = None,
            initially_suspended: Optional[str] = None,
            instance_family: Optional[str] = None,
            max_nodes: Optional[int] = None,
            min_nodes: Optional[int] = None,
            name: Optional[str] = None,
            show_outputs: Optional[Sequence[ComputePoolShowOutputArgs]] = None) -> ComputePool
    func GetComputePool(ctx *Context, name string, id IDInput, state *ComputePoolState, opts ...ResourceOption) (*ComputePool, error)
    public static ComputePool Get(string name, Input<string> id, ComputePoolState? state, CustomResourceOptions? opts = null)
    public static ComputePool get(String name, Output<String> id, ComputePoolState state, CustomResourceOptions options)
    resources:  _:    type: snowflake:ComputePool    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AutoResume string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    AutoSuspendSecs int
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    Comment string
    Specifies a comment for the compute pool.
    DescribeOutputs List<ComputePoolDescribeOutput>
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    ForApplication string
    Specifies the Snowflake Native App name.
    FullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    InitiallySuspended string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    InstanceFamily string
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    MaxNodes int
    Specifies the maximum number of nodes for the compute pool.
    MinNodes int
    Specifies the minimum number of nodes for the compute pool.
    Name string
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".
    ShowOutputs List<ComputePoolShowOutput>
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.
    AutoResume string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    AutoSuspendSecs int
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    Comment string
    Specifies a comment for the compute pool.
    DescribeOutputs []ComputePoolDescribeOutputArgs
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    ForApplication string
    Specifies the Snowflake Native App name.
    FullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    InitiallySuspended string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    InstanceFamily string
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    MaxNodes int
    Specifies the maximum number of nodes for the compute pool.
    MinNodes int
    Specifies the minimum number of nodes for the compute pool.
    Name string
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".
    ShowOutputs []ComputePoolShowOutputArgs
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.
    autoResume String
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    autoSuspendSecs Integer
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    comment String
    Specifies a comment for the compute pool.
    describeOutputs List<ComputePoolDescribeOutput>
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    forApplication String
    Specifies the Snowflake Native App name.
    fullyQualifiedName String
    Fully qualified name of the resource. For more information, see object name resolution.
    initiallySuspended String
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    instanceFamily String
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    maxNodes Integer
    Specifies the maximum number of nodes for the compute pool.
    minNodes Integer
    Specifies the minimum number of nodes for the compute pool.
    name String
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".
    showOutputs List<ComputePoolShowOutput>
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.
    autoResume string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    autoSuspendSecs number
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    comment string
    Specifies a comment for the compute pool.
    describeOutputs ComputePoolDescribeOutput[]
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    forApplication string
    Specifies the Snowflake Native App name.
    fullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    initiallySuspended string
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    instanceFamily string
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    maxNodes number
    Specifies the maximum number of nodes for the compute pool.
    minNodes number
    Specifies the minimum number of nodes for the compute pool.
    name string
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".
    showOutputs ComputePoolShowOutput[]
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.
    auto_resume str
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    auto_suspend_secs int
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    comment str
    Specifies a comment for the compute pool.
    describe_outputs Sequence[ComputePoolDescribeOutputArgs]
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    for_application str
    Specifies the Snowflake Native App name.
    fully_qualified_name str
    Fully qualified name of the resource. For more information, see object name resolution.
    initially_suspended str
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    instance_family str
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    max_nodes int
    Specifies the maximum number of nodes for the compute pool.
    min_nodes int
    Specifies the minimum number of nodes for the compute pool.
    name str
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".
    show_outputs Sequence[ComputePoolShowOutputArgs]
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.
    autoResume String
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether to automatically resume a compute pool when a service or job 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.
    autoSuspendSecs Number
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (-1)) Number of seconds of inactivity after which you want Snowflake to automatically suspend the compute pool.
    comment String
    Specifies a comment for the compute pool.
    describeOutputs List<Property Map>
    Outputs the result of DESCRIBE COMPUTE POOL for the given compute pool.
    forApplication String
    Specifies the Snowflake Native App name.
    fullyQualifiedName String
    Fully qualified name of the resource. For more information, see object name resolution.
    initiallySuspended String
    (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (default)) Specifies whether the compute pool is created initially in the suspended state. This field is used only when creating a compute pool. Changes on this field are ignored after creation.
    instanceFamily String
    Identifies the type of machine you want to provision for the nodes in the compute pool. Valid values are (case-insensitive): CPU_X64_XS | CPU_X64_S | CPU_X64_M | CPU_X64_L | HIGHMEM_X64_S | HIGHMEM_X64_M | HIGHMEM_X64_L | HIGHMEM_X64_SL | GPU_NV_S | GPU_NV_M | GPU_NV_L | GPU_NV_XS | GPU_NV_SM | GPU_NV_2M | GPU_NV_3M | GPU_NV_SL.
    maxNodes Number
    Specifies the maximum number of nodes for the compute pool.
    minNodes Number
    Specifies the minimum number of nodes for the compute pool.
    name String
    Specifies the identifier for the compute pool; must be unique for the account. Due to technical limitations (read more here), avoid using the following characters: |, ., ".
    showOutputs List<Property Map>
    Outputs the result of SHOW COMPUTE POOLS for the given compute pool.

    Supporting Types

    ComputePoolDescribeOutput, ComputePoolDescribeOutputArgs

    activeNodes Integer
    application String
    autoResume Boolean
    autoSuspendSecs Integer
    comment String
    createdOn String
    errorCode String
    idleNodes Integer
    instanceFamily String
    isExclusive Boolean
    maxNodes Integer
    minNodes Integer
    name String
    numJobs Integer
    numServices Integer
    owner String
    resumedOn String
    state String
    statusMessage String
    targetNodes Integer
    updatedOn String
    activeNodes number
    application string
    autoResume boolean
    autoSuspendSecs number
    comment string
    createdOn string
    errorCode string
    idleNodes number
    instanceFamily string
    isExclusive boolean
    maxNodes number
    minNodes number
    name string
    numJobs number
    numServices number
    owner string
    resumedOn string
    state string
    statusMessage string
    targetNodes number
    updatedOn string
    activeNodes Number
    application String
    autoResume Boolean
    autoSuspendSecs Number
    comment String
    createdOn String
    errorCode String
    idleNodes Number
    instanceFamily String
    isExclusive Boolean
    maxNodes Number
    minNodes Number
    name String
    numJobs Number
    numServices Number
    owner String
    resumedOn String
    state String
    statusMessage String
    targetNodes Number
    updatedOn String

    ComputePoolShowOutput, ComputePoolShowOutputArgs

    activeNodes Integer
    application String
    autoResume Boolean
    autoSuspendSecs Integer
    comment String
    createdOn String
    idleNodes Integer
    instanceFamily String
    isExclusive Boolean
    maxNodes Integer
    minNodes Integer
    name String
    numJobs Integer
    numServices Integer
    owner String
    resumedOn String
    state String
    targetNodes Integer
    updatedOn String
    activeNodes number
    application string
    autoResume boolean
    autoSuspendSecs number
    comment string
    createdOn string
    idleNodes number
    instanceFamily string
    isExclusive boolean
    maxNodes number
    minNodes number
    name string
    numJobs number
    numServices number
    owner string
    resumedOn string
    state string
    targetNodes number
    updatedOn string
    activeNodes Number
    application String
    autoResume Boolean
    autoSuspendSecs Number
    comment String
    createdOn String
    idleNodes Number
    instanceFamily String
    isExclusive Boolean
    maxNodes Number
    minNodes Number
    name String
    numJobs Number
    numServices Number
    owner String
    resumedOn String
    state String
    targetNodes Number
    updatedOn String

    Package Details

    Repository
    Snowflake pulumi/pulumi-snowflake
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the snowflake Terraform Provider.
    snowflake logo
    Snowflake v2.1.0 published on Thursday, Jun 26, 2025 by Pulumi