Fastly v8.7.0 published on Friday, May 10, 2024 by Pulumi
fastly.getConfigstores
Explore with Pulumi AI
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fastly:index/getConfigstores:getConfigstores
arguments:
# arguments dictionary
getConfigstores 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
fastly
Terraform Provider.