Fastly v11.1.0 published on Wednesday, Nov 5, 2025 by Pulumi
fastly.getConfigstores
Start a Neo task
Explain and create a fastly.getConfigstores resource
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>def get_configstores(opts: Optional[InvokeOptions] = None) -> GetConfigstoresResult
def get_configstores_output(opts: Optional[InvokeOptions] = None) -> Output[GetConfigstoresResult]func GetConfigstores(ctx *Context, opts ...InvokeOption) (*GetConfigstoresResult, error)
func GetConfigstoresOutput(ctx *Context, opts ...InvokeOption) GetConfigstoresResultOutput> 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)
}public static CompletableFuture<GetConfigstoresResult> getConfigstores(InvokeOptions options)
public static Output<GetConfigstoresResult> getConfigstores(InvokeOptions options)
fn::invoke:
function: fastly:index/getConfigstores:getConfigstores
arguments:
# arguments dictionarygetConfigstores Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Stores
List<Get
Configstores Store> - List of all Config Stores.
- Id string
- The provider-assigned unique ID for this managed resource.
- Stores
[]Get
Configstores Store - List of all Config Stores.
- id String
- The provider-assigned unique ID for this managed resource.
- stores
List<Get
Configstores Store> - List of all Config Stores.
- id string
- The provider-assigned unique ID for this managed resource.
- stores
Get
Configstores Store[] - List of all Config Stores.
- id str
- The provider-assigned unique ID for this managed resource.
- stores
Sequence[Get
Configstores Store] - 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
Package Details
- Repository
- Fastly pulumi/pulumi-fastly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fastlyTerraform Provider.
