Viewing docs for Fastly v12.6.0
published on Wednesday, Aug 12, 2026 by Pulumi
published on Wednesday, Aug 12, 2026 by Pulumi
Viewing docs for Fastly v12.6.0
published on Wednesday, Aug 12, 2026 by Pulumi
published on Wednesday, Aug 12, 2026 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?: InvokeOutputOptions): Output<GetSecretstoresResult>def get_secretstores(opts: Optional[InvokeOptions] = None) -> GetSecretstoresResult
def get_secretstores_output(opts: Optional[InvokeOutputOptions] = 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 Output<GetSecretstoresResult> Invoke(InvokeOutputOptions opts)
}public static CompletableFuture<GetSecretstoresResult> getSecretstores(InvokeOptions options)
public static Output<GetSecretstoresResult> getSecretstores(InvokeOptions options)
public static Output<GetSecretstoresResult> getSecretstores(InvokeOutputOptions options)
fn::invoke:
function: fastly:index/getSecretstores:getSecretstores
arguments:
# arguments dictionarydata "fastly_get_secretstores" "name" {
# arguments
}getSecretstores Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Stores
List<Get
Secretstores Store> - List of all Secrets Stores.
- Id string
- The provider-assigned unique ID for this managed resource.
- Stores
[]Get
Secretstores Store - List of all Secrets Stores.
- id string
- The provider-assigned unique ID for this managed resource.
- stores list(object)
- List of all Secrets Stores.
- id String
- The provider-assigned unique ID for this managed resource.
- stores
List<Get
Secretstores Store> - List of all Secrets Stores.
- id string
- The provider-assigned unique ID for this managed resource.
- stores
Get
Secretstores Store[] - List of all Secrets Stores.
- id str
- The provider-assigned unique ID for this managed resource.
- stores
Sequence[Get
Secretstores Store] - 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
Package Details
- Repository
- Fastly pulumi/pulumi-fastly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fastlyTerraform Provider.
Viewing docs for Fastly v12.6.0
published on Wednesday, Aug 12, 2026 by Pulumi
published on Wednesday, Aug 12, 2026 by Pulumi