Fastly v8.7.0 published on Friday, May 10, 2024 by Pulumi
fastly.getKvstores
Explore with Pulumi AI
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<Get
Kvstores Store> - List of all KV Stores.
- Id string
- The provider-assigned unique ID for this managed resource.
- Stores
[]Get
Kvstores Store - List of all KV Stores.
- id String
- The provider-assigned unique ID for this managed resource.
- stores
List<Get
Kvstores Store> - List of all KV Stores.
- id string
- The provider-assigned unique ID for this managed resource.
- stores
Get
Kvstores Store[] - List of all KV Stores.
- id str
- The provider-assigned unique ID for this managed resource.
- stores
Sequence[Get
Kvstores Store] - 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
Package Details
- Repository
- Fastly pulumi/pulumi-fastly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fastly
Terraform Provider.