Viewing docs for Fastly v12.7.0
published on Friday, Sep 18, 2026 by Pulumi
published on Friday, Sep 18, 2026 by Pulumi
Viewing docs for Fastly v12.7.0
published on Friday, Sep 18, 2026 by Pulumi
published on Friday, Sep 18, 2026 by Pulumi
Use this data source to get the list of provider connections configured for your customer account in Fastly AI Runtime Control.
Using getAiRuntimeControlProviderConnections
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 getAiRuntimeControlProviderConnections(opts?: InvokeOptions): Promise<GetAiRuntimeControlProviderConnectionsResult>
function getAiRuntimeControlProviderConnectionsOutput(opts?: InvokeOutputOptions): Output<GetAiRuntimeControlProviderConnectionsResult>def get_ai_runtime_control_provider_connections(opts: Optional[InvokeOptions] = None) -> GetAiRuntimeControlProviderConnectionsResult
def get_ai_runtime_control_provider_connections_output(opts: Optional[InvokeOutputOptions] = None) -> Output[GetAiRuntimeControlProviderConnectionsResult]func GetAiRuntimeControlProviderConnections(ctx *Context, opts ...InvokeOption) (*GetAiRuntimeControlProviderConnectionsResult, error)
func GetAiRuntimeControlProviderConnectionsOutput(ctx *Context, opts ...InvokeOption) GetAiRuntimeControlProviderConnectionsResultOutput> Note: This function is named GetAiRuntimeControlProviderConnections in the Go SDK.
public static class GetAiRuntimeControlProviderConnections
{
public static Task<GetAiRuntimeControlProviderConnectionsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetAiRuntimeControlProviderConnectionsResult> Invoke(InvokeOptions? opts = null)
public static Output<GetAiRuntimeControlProviderConnectionsResult> Invoke(InvokeOutputOptions opts)
}public static CompletableFuture<GetAiRuntimeControlProviderConnectionsResult> getAiRuntimeControlProviderConnections(InvokeOptions options)
public static Output<GetAiRuntimeControlProviderConnectionsResult> getAiRuntimeControlProviderConnections(InvokeOptions options)
public static Output<GetAiRuntimeControlProviderConnectionsResult> getAiRuntimeControlProviderConnections(InvokeOutputOptions options)
fn::invoke:
function: fastly:index/getAiRuntimeControlProviderConnections:getAiRuntimeControlProviderConnections
arguments:
# arguments dictionarydata "fastly_get_ai_runtime_control_provider_connections" "name" {
# arguments
}getAiRuntimeControlProviderConnections Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Provider
Connections List<GetAi Runtime Control Provider Connections Provider Connection> - The provider connections configured for the customer.
- Total int
- The total number of provider connections returned.
- Id string
- The provider-assigned unique ID for this managed resource.
- Provider
Connections []GetAi Runtime Control Provider Connections Provider Connection - The provider connections configured for the customer.
- Total int
- The total number of provider connections returned.
- id string
- The provider-assigned unique ID for this managed resource.
- provider_
connections list(object) - The provider connections configured for the customer.
- total number
- The total number of provider connections returned.
- id String
- The provider-assigned unique ID for this managed resource.
- provider
Connections List<GetAi Runtime Control Provider Connections Provider Connection> - The provider connections configured for the customer.
- total Integer
- The total number of provider connections returned.
- id string
- The provider-assigned unique ID for this managed resource.
- provider
Connections GetAi Runtime Control Provider Connections Provider Connection[] - The provider connections configured for the customer.
- total number
- The total number of provider connections returned.
- id str
- The provider-assigned unique ID for this managed resource.
- provider_
connections Sequence[GetAi Runtime Control Provider Connections Provider Connection] - The provider connections configured for the customer.
- total int
- The total number of provider connections returned.
- id String
- The provider-assigned unique ID for this managed resource.
- provider
Connections List<Property Map> - The provider connections configured for the customer.
- total Number
- The total number of provider connections returned.
Supporting Types
GetAiRuntimeControlProviderConnectionsProviderConnection
- Base
Url string - The base URL for the provider's API.
- Created
At string - Timestamp (UTC) of when the provider connection was created.
- Id string
- The ID of the provider connection.
- Models List<string>
- The allowed AI model identifiers.
- Name string
- The human-readable name of the provider.
- Secret
Id string - A hash representing the API key used to create the provider connection.
- Updated
At string - Timestamp (UTC) of when the provider connection was last updated.
- Base
Url string - The base URL for the provider's API.
- Created
At string - Timestamp (UTC) of when the provider connection was created.
- Id string
- The ID of the provider connection.
- Models []string
- The allowed AI model identifiers.
- Name string
- The human-readable name of the provider.
- Secret
Id string - A hash representing the API key used to create the provider connection.
- Updated
At string - Timestamp (UTC) of when the provider connection was last updated.
- base_
url string - The base URL for the provider's API.
- created_
at string - Timestamp (UTC) of when the provider connection was created.
- id string
- The ID of the provider connection.
- models list(string)
- The allowed AI model identifiers.
- name string
- The human-readable name of the provider.
- secret_
id string - A hash representing the API key used to create the provider connection.
- updated_
at string - Timestamp (UTC) of when the provider connection was last updated.
- base
Url String - The base URL for the provider's API.
- created
At String - Timestamp (UTC) of when the provider connection was created.
- id String
- The ID of the provider connection.
- models List<String>
- The allowed AI model identifiers.
- name String
- The human-readable name of the provider.
- secret
Id String - A hash representing the API key used to create the provider connection.
- updated
At String - Timestamp (UTC) of when the provider connection was last updated.
- base
Url string - The base URL for the provider's API.
- created
At string - Timestamp (UTC) of when the provider connection was created.
- id string
- The ID of the provider connection.
- models string[]
- The allowed AI model identifiers.
- name string
- The human-readable name of the provider.
- secret
Id string - A hash representing the API key used to create the provider connection.
- updated
At string - Timestamp (UTC) of when the provider connection was last updated.
- base_
url str - The base URL for the provider's API.
- created_
at str - Timestamp (UTC) of when the provider connection was created.
- id str
- The ID of the provider connection.
- models Sequence[str]
- The allowed AI model identifiers.
- name str
- The human-readable name of the provider.
- secret_
id str - A hash representing the API key used to create the provider connection.
- updated_
at str - Timestamp (UTC) of when the provider connection was last updated.
- base
Url String - The base URL for the provider's API.
- created
At String - Timestamp (UTC) of when the provider connection was created.
- id String
- The ID of the provider connection.
- models List<String>
- The allowed AI model identifiers.
- name String
- The human-readable name of the provider.
- secret
Id String - A hash representing the API key used to create the provider connection.
- updated
At String - Timestamp (UTC) of when the provider connection was last updated.
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.7.0
published on Friday, Sep 18, 2026 by Pulumi
published on Friday, Sep 18, 2026 by Pulumi