1. Packages
  2. Fastly
  3. API Docs
  4. getKvstores
Fastly v8.6.0 published on Monday, Apr 22, 2024 by Pulumi

fastly.getKvstores

Explore with Pulumi AI

fastly logo
Fastly v8.6.0 published on Monday, Apr 22, 2024 by Pulumi

    Using getKvstores

    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 getKvstores(opts?: InvokeOptions): Promise<GetKvstoresResult>
    function getKvstoresOutput(opts?: InvokeOptions): Output<GetKvstoresResult>
    def get_kvstores(opts: Optional[InvokeOptions] = None) -> GetKvstoresResult
    def get_kvstores_output(opts: Optional[InvokeOptions] = None) -> Output[GetKvstoresResult]
    func GetKvstores(ctx *Context, opts ...InvokeOption) (*GetKvstoresResult, error)
    func GetKvstoresOutput(ctx *Context, opts ...InvokeOption) GetKvstoresResultOutput

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

    public static class GetKvstores 
    {
        public static Task<GetKvstoresResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetKvstoresResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetKvstoresResult> getKvstores(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: fastly:index/getKvstores:getKvstores
      arguments:
        # arguments dictionary

    getKvstores Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Stores List<GetKvstoresStore>
    List of all KV Stores.
    Id string
    The provider-assigned unique ID for this managed resource.
    Stores []GetKvstoresStore
    List of all KV Stores.
    id String
    The provider-assigned unique ID for this managed resource.
    stores List<GetKvstoresStore>
    List of all KV Stores.
    id string
    The provider-assigned unique ID for this managed resource.
    stores GetKvstoresStore[]
    List of all KV Stores.
    id str
    The provider-assigned unique ID for this managed resource.
    stores Sequence[GetKvstoresStore]
    List of all KV Stores.
    id String
    The provider-assigned unique ID for this managed resource.
    stores List<Property Map>
    List of all KV Stores.

    Supporting Types

    GetKvstoresStore

    Id string
    Alphanumeric string identifying the KV Store.
    Name string
    Name for the KV Store.
    Id string
    Alphanumeric string identifying the KV Store.
    Name string
    Name for the KV Store.
    id String
    Alphanumeric string identifying the KV Store.
    name String
    Name for the KV Store.
    id string
    Alphanumeric string identifying the KV Store.
    name string
    Name for the KV Store.
    id str
    Alphanumeric string identifying the KV Store.
    name str
    Name for the KV Store.
    id String
    Alphanumeric string identifying the KV Store.
    name String
    Name for the KV Store.

    Package Details

    Repository
    Fastly pulumi/pulumi-fastly
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fastly Terraform Provider.
    fastly logo
    Fastly v8.6.0 published on Monday, Apr 22, 2024 by Pulumi