1. Packages
  2. Rootly
  3. API Docs
  4. getRetrospectiveConfiguration
Rootly v1.2.1 published on Tuesday, Apr 2, 2024 by Rootly

rootly.getRetrospectiveConfiguration

Explore with Pulumi AI

rootly logo
Rootly v1.2.1 published on Tuesday, Apr 2, 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>
    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]
    func LookupRetrospectiveConfiguration(ctx *Context, args *LookupRetrospectiveConfigurationArgs, opts ...InvokeOption) (*LookupRetrospectiveConfigurationResult, error)
    func LookupRetrospectiveConfigurationOutput(ctx *Context, args *LookupRetrospectiveConfigurationOutputArgs, opts ...InvokeOption) LookupRetrospectiveConfigurationResultOutput

    > 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)
    }
    public static CompletableFuture<GetRetrospectiveConfigurationResult> getRetrospectiveConfiguration(GetRetrospectiveConfigurationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: rootly:index/getRetrospectiveConfiguration:getRetrospectiveConfiguration
      arguments:
        # arguments dictionary

    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 logo
    Rootly v1.2.1 published on Tuesday, Apr 2, 2024 by Rootly