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

fastly.getConfigstores

Explore with Pulumi AI

fastly logo
Fastly v8.6.0 published on Monday, Apr 22, 2024 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>
    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<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 string
    Alphanumeric string identifying the Config Store.
    Name string
    Name for the Config Store.
    Id string
    Alphanumeric string identifying the Config Store.
    Name string
    Name for the Config Store.
    id String
    Alphanumeric string identifying the Config Store.
    name String
    Name for the Config Store.
    id string
    Alphanumeric string identifying the Config Store.
    name string
    Name for the Config Store.
    id str
    Alphanumeric string identifying the Config Store.
    name str
    Name for the Config Store.
    id String
    Alphanumeric string identifying the Config Store.
    name 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 logo
    Fastly v8.6.0 published on Monday, Apr 22, 2024 by Pulumi