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

fastly.getSecretstores

Explore with Pulumi AI

fastly logo
Fastly v8.6.0 published on Monday, Apr 22, 2024 by Pulumi

    Using getSecretstores

    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 getSecretstores(opts?: InvokeOptions): Promise<GetSecretstoresResult>
    function getSecretstoresOutput(opts?: InvokeOptions): Output<GetSecretstoresResult>
    def get_secretstores(opts: Optional[InvokeOptions] = None) -> GetSecretstoresResult
    def get_secretstores_output(opts: Optional[InvokeOptions] = None) -> Output[GetSecretstoresResult]
    func GetSecretstores(ctx *Context, opts ...InvokeOption) (*GetSecretstoresResult, error)
    func GetSecretstoresOutput(ctx *Context, opts ...InvokeOption) GetSecretstoresResultOutput

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

    public static class GetSecretstores 
    {
        public static Task<GetSecretstoresResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetSecretstoresResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSecretstoresResult> getSecretstores(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: fastly:index/getSecretstores:getSecretstores
      arguments:
        # arguments dictionary

    getSecretstores Result

    The following output properties are available:

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

    Supporting Types

    GetSecretstoresStore

    Id string
    Alphanumeric string identifying the Secrets Store.
    Name string
    Name for the Secrets Store.
    Id string
    Alphanumeric string identifying the Secrets Store.
    Name string
    Name for the Secrets Store.
    id String
    Alphanumeric string identifying the Secrets Store.
    name String
    Name for the Secrets Store.
    id string
    Alphanumeric string identifying the Secrets Store.
    name string
    Name for the Secrets Store.
    id str
    Alphanumeric string identifying the Secrets Store.
    name str
    Name for the Secrets Store.
    id String
    Alphanumeric string identifying the Secrets Store.
    name String
    Name for the Secrets 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