1. Packages
  2. Rootly
  3. API Docs
  4. getRetrospectiveConfiguration
Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly

rootly.getRetrospectiveConfiguration

Explore with Pulumi AI

Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly

Using getRetrospectiveConfiguration

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 getRetrospectiveConfiguration(args: GetRetrospectiveConfigurationArgs, opts?: InvokeOptions): Promise<GetRetrospectiveConfigurationResult>
function getRetrospectiveConfigurationOutput(args: GetRetrospectiveConfigurationOutputArgs, opts?: InvokeOptions): Output<GetRetrospectiveConfigurationResult>
Copy
def get_retrospective_configuration(kind: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetRetrospectiveConfigurationResult
def get_retrospective_configuration_output(kind: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetRetrospectiveConfigurationResult]
Copy
func LookupRetrospectiveConfiguration(ctx *Context, args *LookupRetrospectiveConfigurationArgs, opts ...InvokeOption) (*LookupRetrospectiveConfigurationResult, error)
func LookupRetrospectiveConfigurationOutput(ctx *Context, args *LookupRetrospectiveConfigurationOutputArgs, opts ...InvokeOption) LookupRetrospectiveConfigurationResultOutput
Copy

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

public static class GetRetrospectiveConfiguration 
{
    public static Task<GetRetrospectiveConfigurationResult> InvokeAsync(GetRetrospectiveConfigurationArgs args, InvokeOptions? opts = null)
    public static Output<GetRetrospectiveConfigurationResult> Invoke(GetRetrospectiveConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetRetrospectiveConfigurationResult> getRetrospectiveConfiguration(GetRetrospectiveConfigurationArgs args, InvokeOptions options)
public static Output<GetRetrospectiveConfigurationResult> getRetrospectiveConfiguration(GetRetrospectiveConfigurationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: rootly:index/getRetrospectiveConfiguration:getRetrospectiveConfiguration
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Kind string
Kind string
kind String
kind string
kind str
kind String

getRetrospectiveConfiguration Result

The following output properties are available:

Id string
The ID of this resource.
Kind string
Id string
The ID of this resource.
Kind string
id String
The ID of this resource.
kind String
id string
The ID of this resource.
kind string
id str
The ID of this resource.
kind str
id String
The ID of this resource.
kind String

Package Details

Repository
rootly rootlyhq/pulumi-rootly
License
Apache-2.0
Notes
This Pulumi package is based on the rootly Terraform Provider.
Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly