Scaleway v1.28.0 published on Friday, May 16, 2025 by pulumiverse
scaleway.getCockpitPlan
Explore with Pulumi AI
Deprecated: scaleway.index/getcockpitplan.getCockpitPlan has been deprecated in favor of scaleway.observability/getplan.getPlan
Using getCockpitPlan
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 getCockpitPlan(args: GetCockpitPlanArgs, opts?: InvokeOptions): Promise<GetCockpitPlanResult>
function getCockpitPlanOutput(args: GetCockpitPlanOutputArgs, opts?: InvokeOptions): Output<GetCockpitPlanResult>
def get_cockpit_plan(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCockpitPlanResult
def get_cockpit_plan_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCockpitPlanResult]
func GetCockpitPlan(ctx *Context, args *GetCockpitPlanArgs, opts ...InvokeOption) (*GetCockpitPlanResult, error)
func GetCockpitPlanOutput(ctx *Context, args *GetCockpitPlanOutputArgs, opts ...InvokeOption) GetCockpitPlanResultOutput
> Note: This function is named GetCockpitPlan
in the Go SDK.
public static class GetCockpitPlan
{
public static Task<GetCockpitPlanResult> InvokeAsync(GetCockpitPlanArgs args, InvokeOptions? opts = null)
public static Output<GetCockpitPlanResult> Invoke(GetCockpitPlanInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCockpitPlanResult> getCockpitPlan(GetCockpitPlanArgs args, InvokeOptions options)
public static Output<GetCockpitPlanResult> getCockpitPlan(GetCockpitPlanArgs args, InvokeOptions options)
fn::invoke:
function: scaleway:index/getCockpitPlan:getCockpitPlan
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Name of the pricing plan you want to retrieve information about.
- Name string
- Name of the pricing plan you want to retrieve information about.
- name String
- Name of the pricing plan you want to retrieve information about.
- name string
- Name of the pricing plan you want to retrieve information about.
- name str
- Name of the pricing plan you want to retrieve information about.
- name String
- Name of the pricing plan you want to retrieve information about.
getCockpitPlan Result
The following output properties are available:
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scaleway
Terraform Provider.