1. Packages
  2. Etcd Provider
  3. API Docs
  4. getPrefixRangeEnd
etcd 0.10.0 published on Tuesday, Apr 15, 2025 by ferlab-ste-justine

etcd.getPrefixRangeEnd

Explore with Pulumi AI

etcd logo
etcd 0.10.0 published on Tuesday, Apr 15, 2025 by ferlab-ste-justine

    Helper to retrieve a range end that, combined with the key argument, constitutes a prefix of key.

    Using getPrefixRangeEnd

    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 getPrefixRangeEnd(args: GetPrefixRangeEndArgs, opts?: InvokeOptions): Promise<GetPrefixRangeEndResult>
    function getPrefixRangeEndOutput(args: GetPrefixRangeEndOutputArgs, opts?: InvokeOptions): Output<GetPrefixRangeEndResult>
    def get_prefix_range_end(id: Optional[str] = None,
                             key: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetPrefixRangeEndResult
    def get_prefix_range_end_output(id: Optional[pulumi.Input[str]] = None,
                             key: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetPrefixRangeEndResult]
    func GetPrefixRangeEnd(ctx *Context, args *GetPrefixRangeEndArgs, opts ...InvokeOption) (*GetPrefixRangeEndResult, error)
    func GetPrefixRangeEndOutput(ctx *Context, args *GetPrefixRangeEndOutputArgs, opts ...InvokeOption) GetPrefixRangeEndResultOutput

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

    public static class GetPrefixRangeEnd 
    {
        public static Task<GetPrefixRangeEndResult> InvokeAsync(GetPrefixRangeEndArgs args, InvokeOptions? opts = null)
        public static Output<GetPrefixRangeEndResult> Invoke(GetPrefixRangeEndInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPrefixRangeEndResult> getPrefixRangeEnd(GetPrefixRangeEndArgs args, InvokeOptions options)
    public static Output<GetPrefixRangeEndResult> getPrefixRangeEnd(GetPrefixRangeEndArgs args, InvokeOptions options)
    
    fn::invoke:
      function: etcd:index/getPrefixRangeEnd:getPrefixRangeEnd
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Key string
    Key to get a prefix of.
    Id string
    The ID of this resource.
    Key string
    Key to get a prefix of.
    Id string
    The ID of this resource.
    key String
    Key to get a prefix of.
    id String
    The ID of this resource.
    key string
    Key to get a prefix of.
    id string
    The ID of this resource.
    key str
    Key to get a prefix of.
    id str
    The ID of this resource.
    key String
    Key to get a prefix of.
    id String
    The ID of this resource.

    getPrefixRangeEnd Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Key string
    Key to get a prefix of.
    RangeEnd string
    Computed range end that, combined with the key, constitutes a prefix of the key.
    Id string
    The ID of this resource.
    Key string
    Key to get a prefix of.
    RangeEnd string
    Computed range end that, combined with the key, constitutes a prefix of the key.
    id String
    The ID of this resource.
    key String
    Key to get a prefix of.
    rangeEnd String
    Computed range end that, combined with the key, constitutes a prefix of the key.
    id string
    The ID of this resource.
    key string
    Key to get a prefix of.
    rangeEnd string
    Computed range end that, combined with the key, constitutes a prefix of the key.
    id str
    The ID of this resource.
    key str
    Key to get a prefix of.
    range_end str
    Computed range end that, combined with the key, constitutes a prefix of the key.
    id String
    The ID of this resource.
    key String
    Key to get a prefix of.
    rangeEnd String
    Computed range end that, combined with the key, constitutes a prefix of the key.

    Package Details

    Repository
    etcd ferlab-ste-justine/terraform-provider-etcd
    License
    Notes
    This Pulumi package is based on the etcd Terraform Provider.
    etcd logo
    etcd 0.10.0 published on Tuesday, Apr 15, 2025 by ferlab-ste-justine