Fastly v8.13.0 published on Wednesday, Nov 13, 2024 by Pulumi
fastly.getSecretstores
Explore with Pulumi AI
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<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<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
fastly
Terraform Provider.