1. Packages
  2. Scaleway
  3. API Docs
  4. observability
  5. getPlan
Scaleway v1.28.0 published on Friday, May 16, 2025 by pulumiverse

scaleway.observability.getPlan

Explore with Pulumi AI

scaleway logo
Scaleway v1.28.0 published on Friday, May 16, 2025 by pulumiverse

    Using getPlan

    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 getPlan(args: GetPlanArgs, opts?: InvokeOptions): Promise<GetPlanResult>
    function getPlanOutput(args: GetPlanOutputArgs, opts?: InvokeOptions): Output<GetPlanResult>
    def get_plan(name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetPlanResult
    def get_plan_output(name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetPlanResult]
    func GetPlan(ctx *Context, args *GetPlanArgs, opts ...InvokeOption) (*GetPlanResult, error)
    func GetPlanOutput(ctx *Context, args *GetPlanOutputArgs, opts ...InvokeOption) GetPlanResultOutput

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

    public static class GetPlan 
    {
        public static Task<GetPlanResult> InvokeAsync(GetPlanArgs args, InvokeOptions? opts = null)
        public static Output<GetPlanResult> Invoke(GetPlanInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPlanResult> getPlan(GetPlanArgs args, InvokeOptions options)
    public static Output<GetPlanResult> getPlan(GetPlanArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scaleway:observability/getPlan:getPlan
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    Name string
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    name String
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    name string
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    name str
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    name String
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    getPlan Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    id String
    The provider-assigned unique ID for this managed resource.
    name String

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    id string
    The provider-assigned unique ID for this managed resource.
    name string

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    id str
    The provider-assigned unique ID for this managed resource.
    name str

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    id String
    The provider-assigned unique ID for this managed resource.
    name String

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    Package Details

    Repository
    scaleway pulumiverse/pulumi-scaleway
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scaleway Terraform Provider.
    scaleway logo
    Scaleway v1.28.0 published on Friday, May 16, 2025 by pulumiverse