1. Packages
  2. Snowflake Provider
  3. API Docs
  4. getSystemGetSnowflakePlatformInfo
Snowflake v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi

snowflake.getSystemGetSnowflakePlatformInfo

Explore with Pulumi AI

snowflake logo
Snowflake v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi

    !> Caution: Preview Feature This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to preview_features_enabled field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.

    Using getSystemGetSnowflakePlatformInfo

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSystemGetSnowflakePlatformInfo(opts?: InvokeOptions): Promise<GetSystemGetSnowflakePlatformInfoResult>
    function getSystemGetSnowflakePlatformInfoOutput(opts?: InvokeOptions): Output<GetSystemGetSnowflakePlatformInfoResult>
    def get_system_get_snowflake_platform_info(opts: Optional[InvokeOptions] = None) -> GetSystemGetSnowflakePlatformInfoResult
    def get_system_get_snowflake_platform_info_output(opts: Optional[InvokeOptions] = None) -> Output[GetSystemGetSnowflakePlatformInfoResult]
    func GetSystemGetSnowflakePlatformInfo(ctx *Context, opts ...InvokeOption) (*GetSystemGetSnowflakePlatformInfoResult, error)
    func GetSystemGetSnowflakePlatformInfoOutput(ctx *Context, opts ...InvokeOption) GetSystemGetSnowflakePlatformInfoResultOutput

    > Note: This function is named GetSystemGetSnowflakePlatformInfo in the Go SDK.

    public static class GetSystemGetSnowflakePlatformInfo 
    {
        public static Task<GetSystemGetSnowflakePlatformInfoResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetSystemGetSnowflakePlatformInfoResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSystemGetSnowflakePlatformInfoResult> getSystemGetSnowflakePlatformInfo(InvokeOptions options)
    public static Output<GetSystemGetSnowflakePlatformInfoResult> getSystemGetSnowflakePlatformInfo(InvokeOptions options)
    
    fn::invoke:
      function: snowflake:index/getSystemGetSnowflakePlatformInfo:getSystemGetSnowflakePlatformInfo
      arguments:
        # arguments dictionary

    getSystemGetSnowflakePlatformInfo Result

    The following output properties are available:

    AwsVpcIds List<string>
    Snowflake AWS Virtual Private Cloud IDs
    AzureVnetSubnetIds List<string>
    Snowflake Azure Virtual Network Subnet IDs
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsVpcIds []string
    Snowflake AWS Virtual Private Cloud IDs
    AzureVnetSubnetIds []string
    Snowflake Azure Virtual Network Subnet IDs
    Id string
    The provider-assigned unique ID for this managed resource.
    awsVpcIds List<String>
    Snowflake AWS Virtual Private Cloud IDs
    azureVnetSubnetIds List<String>
    Snowflake Azure Virtual Network Subnet IDs
    id String
    The provider-assigned unique ID for this managed resource.
    awsVpcIds string[]
    Snowflake AWS Virtual Private Cloud IDs
    azureVnetSubnetIds string[]
    Snowflake Azure Virtual Network Subnet IDs
    id string
    The provider-assigned unique ID for this managed resource.
    aws_vpc_ids Sequence[str]
    Snowflake AWS Virtual Private Cloud IDs
    azure_vnet_subnet_ids Sequence[str]
    Snowflake Azure Virtual Network Subnet IDs
    id str
    The provider-assigned unique ID for this managed resource.
    awsVpcIds List<String>
    Snowflake AWS Virtual Private Cloud IDs
    azureVnetSubnetIds List<String>
    Snowflake Azure Virtual Network Subnet IDs
    id String
    The provider-assigned unique ID for this managed resource.

    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 v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi