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

fastly.getSecretstores

Explore with Pulumi AI

Fastly v9.0.0 published on Tuesday, Apr 8, 2025 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>
Copy
def get_secretstores(opts: Optional[InvokeOptions] = None) -> GetSecretstoresResult
def get_secretstores_output(opts: Optional[InvokeOptions] = None) -> Output[GetSecretstoresResult]
Copy
func GetSecretstores(ctx *Context, opts ...InvokeOption) (*GetSecretstoresResult, error)
func GetSecretstoresOutput(ctx *Context, opts ...InvokeOption) GetSecretstoresResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSecretstoresResult> getSecretstores(InvokeOptions options)
public static Output<GetSecretstoresResult> getSecretstores(InvokeOptions options)
Copy
fn::invoke:
  function: fastly:index/getSecretstores:getSecretstores
  arguments:
    # arguments dictionary
Copy

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 This property is required. string
Alphanumeric string identifying the Secrets Store.
Name This property is required. string
Name for the Secrets Store.
Id This property is required. string
Alphanumeric string identifying the Secrets Store.
Name This property is required. string
Name for the Secrets Store.
id This property is required. String
Alphanumeric string identifying the Secrets Store.
name This property is required. String
Name for the Secrets Store.
id This property is required. string
Alphanumeric string identifying the Secrets Store.
name This property is required. string
Name for the Secrets Store.
id This property is required. str
Alphanumeric string identifying the Secrets Store.
name This property is required. str
Name for the Secrets Store.
id This property is required. String
Alphanumeric string identifying the Secrets Store.
name This property is required. 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 v9.0.0 published on Tuesday, Apr 8, 2025 by Pulumi