1. Packages
  2. Snowflake
  3. API Docs
  4. getSystemGetSnowflakePlatformInfo
Snowflake v0.50.2 published on Friday, Mar 8, 2024 by Pulumi

snowflake.getSystemGetSnowflakePlatformInfo

Explore with Pulumi AI

snowflake logo
Snowflake v0.50.2 published on Friday, Mar 8, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    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 v0.50.2 published on Friday, Mar 8, 2024 by Pulumi