Snowflake v0.61.1 published on Thursday, Nov 14, 2024 by Pulumi
snowflake.getSystemGetSnowflakePlatformInfo
Explore with Pulumi AI
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:
- Aws
Vpc List<string>Ids - Snowflake AWS Virtual Private Cloud IDs
- Azure
Vnet List<string>Subnet Ids - Snowflake Azure Virtual Network Subnet IDs
- Id string
- The provider-assigned unique ID for this managed resource.
- Aws
Vpc []stringIds - Snowflake AWS Virtual Private Cloud IDs
- Azure
Vnet []stringSubnet Ids - Snowflake Azure Virtual Network Subnet IDs
- Id string
- The provider-assigned unique ID for this managed resource.
- aws
Vpc List<String>Ids - Snowflake AWS Virtual Private Cloud IDs
- azure
Vnet List<String>Subnet Ids - Snowflake Azure Virtual Network Subnet IDs
- id String
- The provider-assigned unique ID for this managed resource.
- aws
Vpc string[]Ids - Snowflake AWS Virtual Private Cloud IDs
- azure
Vnet string[]Subnet Ids - Snowflake Azure Virtual Network Subnet IDs
- id string
- The provider-assigned unique ID for this managed resource.
- aws_
vpc_ Sequence[str]ids - Snowflake AWS Virtual Private Cloud IDs
- azure_
vnet_ Sequence[str]subnet_ ids - Snowflake Azure Virtual Network Subnet IDs
- id str
- The provider-assigned unique ID for this managed resource.
- aws
Vpc List<String>Ids - Snowflake AWS Virtual Private Cloud IDs
- azure
Vnet List<String>Subnet Ids - 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.