Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly
rootly.getRetrospectiveConfiguration
Explore with Pulumi AI
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:
Package Details
- Repository
- rootly rootlyhq/pulumi-rootly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
rootly
Terraform Provider.