1. Packages
  2. stackit
  3. API Docs
  4. getScfPlatform
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud

    STACKIT Cloud Foundry Platform datasource schema.

    Example Usage

    data "stackit_scf_platform" "example" {
      project_id  = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      platform_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
    }
    

    Using getScfPlatform

    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 getScfPlatform(args: GetScfPlatformArgs, opts?: InvokeOptions): Promise<GetScfPlatformResult>
    function getScfPlatformOutput(args: GetScfPlatformOutputArgs, opts?: InvokeOptions): Output<GetScfPlatformResult>
    def get_scf_platform(platform_id: Optional[str] = None,
                         project_id: Optional[str] = None,
                         region: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetScfPlatformResult
    def get_scf_platform_output(platform_id: Optional[pulumi.Input[str]] = None,
                         project_id: Optional[pulumi.Input[str]] = None,
                         region: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetScfPlatformResult]
    func GetScfPlatform(ctx *Context, args *GetScfPlatformArgs, opts ...InvokeOption) (*GetScfPlatformResult, error)
    func GetScfPlatformOutput(ctx *Context, args *GetScfPlatformOutputArgs, opts ...InvokeOption) GetScfPlatformResultOutput

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

    public static class GetScfPlatform 
    {
        public static Task<GetScfPlatformResult> InvokeAsync(GetScfPlatformArgs args, InvokeOptions? opts = null)
        public static Output<GetScfPlatformResult> Invoke(GetScfPlatformInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetScfPlatformResult> getScfPlatform(GetScfPlatformArgs args, InvokeOptions options)
    public static Output<GetScfPlatformResult> getScfPlatform(GetScfPlatformArgs args, InvokeOptions options)
    
    fn::invoke:
      function: stackit:index/getScfPlatform:getScfPlatform
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PlatformId string
    The unique id of the platform
    ProjectId string
    The ID of the project associated with the platform
    Region string
    The region where the platform is located. If not defined, the provider region is used
    PlatformId string
    The unique id of the platform
    ProjectId string
    The ID of the project associated with the platform
    Region string
    The region where the platform is located. If not defined, the provider region is used
    platformId String
    The unique id of the platform
    projectId String
    The ID of the project associated with the platform
    region String
    The region where the platform is located. If not defined, the provider region is used
    platformId string
    The unique id of the platform
    projectId string
    The ID of the project associated with the platform
    region string
    The region where the platform is located. If not defined, the provider region is used
    platform_id str
    The unique id of the platform
    project_id str
    The ID of the project associated with the platform
    region str
    The region where the platform is located. If not defined, the provider region is used
    platformId String
    The unique id of the platform
    projectId String
    The ID of the project associated with the platform
    region String
    The region where the platform is located. If not defined, the provider region is used

    getScfPlatform Result

    The following output properties are available:

    ApiUrl string
    The CF API Url of the platform
    ConsoleUrl string
    The Stratos URL of the platform
    DisplayName string
    The name of the platform
    Id string
    PlatformId string
    The unique id of the platform
    ProjectId string
    The ID of the project associated with the platform
    Region string
    The region where the platform is located. If not defined, the provider region is used
    SystemId string
    The ID of the platform System
    ApiUrl string
    The CF API Url of the platform
    ConsoleUrl string
    The Stratos URL of the platform
    DisplayName string
    The name of the platform
    Id string
    PlatformId string
    The unique id of the platform
    ProjectId string
    The ID of the project associated with the platform
    Region string
    The region where the platform is located. If not defined, the provider region is used
    SystemId string
    The ID of the platform System
    apiUrl String
    The CF API Url of the platform
    consoleUrl String
    The Stratos URL of the platform
    displayName String
    The name of the platform
    id String
    platformId String
    The unique id of the platform
    projectId String
    The ID of the project associated with the platform
    region String
    The region where the platform is located. If not defined, the provider region is used
    systemId String
    The ID of the platform System
    apiUrl string
    The CF API Url of the platform
    consoleUrl string
    The Stratos URL of the platform
    displayName string
    The name of the platform
    id string
    platformId string
    The unique id of the platform
    projectId string
    The ID of the project associated with the platform
    region string
    The region where the platform is located. If not defined, the provider region is used
    systemId string
    The ID of the platform System
    api_url str
    The CF API Url of the platform
    console_url str
    The Stratos URL of the platform
    display_name str
    The name of the platform
    id str
    platform_id str
    The unique id of the platform
    project_id str
    The ID of the project associated with the platform
    region str
    The region where the platform is located. If not defined, the provider region is used
    system_id str
    The ID of the platform System
    apiUrl String
    The CF API Url of the platform
    consoleUrl String
    The Stratos URL of the platform
    displayName String
    The name of the platform
    id String
    platformId String
    The unique id of the platform
    projectId String
    The ID of the project associated with the platform
    region String
    The region where the platform is located. If not defined, the provider region is used
    systemId String
    The ID of the platform System

    Package Details

    Repository
    stackit stackitcloud/pulumi-stackit
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.4
    published on Friday, Feb 20, 2026 by stackitcloud
      Try Pulumi Cloud free. Your team will thank you.