1. Packages
  2. Fastly Provider
  3. API Docs
  4. getConfigstores
Fastly v9.0.0 published on Tuesday, Apr 8, 2025 by Pulumi

fastly.getConfigstores

Explore with Pulumi AI

Fastly v9.0.0 published on Tuesday, Apr 8, 2025 by Pulumi

Using getConfigstores

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 getConfigstores(opts?: InvokeOptions): Promise<GetConfigstoresResult>
function getConfigstoresOutput(opts?: InvokeOptions): Output<GetConfigstoresResult>
Copy
def get_configstores(opts: Optional[InvokeOptions] = None) -> GetConfigstoresResult
def get_configstores_output(opts: Optional[InvokeOptions] = None) -> Output[GetConfigstoresResult]
Copy
func GetConfigstores(ctx *Context, opts ...InvokeOption) (*GetConfigstoresResult, error)
func GetConfigstoresOutput(ctx *Context, opts ...InvokeOption) GetConfigstoresResultOutput
Copy

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

public static class GetConfigstores 
{
    public static Task<GetConfigstoresResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetConfigstoresResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetConfigstoresResult> getConfigstores(InvokeOptions options)
public static Output<GetConfigstoresResult> getConfigstores(InvokeOptions options)
Copy
fn::invoke:
  function: fastly:index/getConfigstores:getConfigstores
  arguments:
    # arguments dictionary
Copy

getConfigstores Result

The following output properties are available:

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

Supporting Types

GetConfigstoresStore

Id This property is required. string
Alphanumeric string identifying the Config Store.
Name This property is required. string
Name for the Config Store.
Id This property is required. string
Alphanumeric string identifying the Config Store.
Name This property is required. string
Name for the Config Store.
id This property is required. String
Alphanumeric string identifying the Config Store.
name This property is required. String
Name for the Config Store.
id This property is required. string
Alphanumeric string identifying the Config Store.
name This property is required. string
Name for the Config Store.
id This property is required. str
Alphanumeric string identifying the Config Store.
name This property is required. str
Name for the Config Store.
id This property is required. String
Alphanumeric string identifying the Config Store.
name This property is required. String
Name for the Config Store.

Package Details

Repository
Fastly pulumi/pulumi-fastly
License
Apache-2.0
Notes
This Pulumi package is based on the fastly Terraform Provider.
Fastly v9.0.0 published on Tuesday, Apr 8, 2025 by Pulumi