Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Waa.getAppAcceleration
Explore with Pulumi AI
This data source provides details about a specific Web App Acceleration resource in Oracle Cloud Infrastructure Waa service.
Gets a WebAppAcceleration by OCID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testWebAppAcceleration = oci.Waa.getAppAcceleration({
    webAppAccelerationId: testWebAppAccelerationOciWaaWebAppAcceleration.id,
});
import pulumi
import pulumi_oci as oci
test_web_app_acceleration = oci.Waa.get_app_acceleration(web_app_acceleration_id=test_web_app_acceleration_oci_waa_web_app_acceleration["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/waa"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := waa.GetAppAcceleration(ctx, &waa.GetAppAccelerationArgs{
			WebAppAccelerationId: testWebAppAccelerationOciWaaWebAppAcceleration.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testWebAppAcceleration = Oci.Waa.GetAppAcceleration.Invoke(new()
    {
        WebAppAccelerationId = testWebAppAccelerationOciWaaWebAppAcceleration.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Waa.WaaFunctions;
import com.pulumi.oci.Waa.inputs.GetAppAccelerationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testWebAppAcceleration = WaaFunctions.getAppAcceleration(GetAppAccelerationArgs.builder()
            .webAppAccelerationId(testWebAppAccelerationOciWaaWebAppAcceleration.id())
            .build());
    }
}
variables:
  testWebAppAcceleration:
    fn::invoke:
      function: oci:Waa:getAppAcceleration
      arguments:
        webAppAccelerationId: ${testWebAppAccelerationOciWaaWebAppAcceleration.id}
Using getAppAcceleration
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 getAppAcceleration(args: GetAppAccelerationArgs, opts?: InvokeOptions): Promise<GetAppAccelerationResult>
function getAppAccelerationOutput(args: GetAppAccelerationOutputArgs, opts?: InvokeOptions): Output<GetAppAccelerationResult>def get_app_acceleration(web_app_acceleration_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetAppAccelerationResult
def get_app_acceleration_output(web_app_acceleration_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetAppAccelerationResult]func LookupAppAcceleration(ctx *Context, args *LookupAppAccelerationArgs, opts ...InvokeOption) (*LookupAppAccelerationResult, error)
func LookupAppAccelerationOutput(ctx *Context, args *LookupAppAccelerationOutputArgs, opts ...InvokeOption) LookupAppAccelerationResultOutput> Note: This function is named LookupAppAcceleration in the Go SDK.
public static class GetAppAcceleration 
{
    public static Task<GetAppAccelerationResult> InvokeAsync(GetAppAccelerationArgs args, InvokeOptions? opts = null)
    public static Output<GetAppAccelerationResult> Invoke(GetAppAccelerationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAppAccelerationResult> getAppAcceleration(GetAppAccelerationArgs args, InvokeOptions options)
public static Output<GetAppAccelerationResult> getAppAcceleration(GetAppAccelerationArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Waa/getAppAcceleration:getAppAcceleration
  arguments:
    # arguments dictionaryThe following arguments are supported:
- WebApp stringAcceleration Id 
- The OCID of the WebAppAcceleration.
- WebApp stringAcceleration Id 
- The OCID of the WebAppAcceleration.
- webApp StringAcceleration Id 
- The OCID of the WebAppAcceleration.
- webApp stringAcceleration Id 
- The OCID of the WebAppAcceleration.
- web_app_ stracceleration_ id 
- The OCID of the WebAppAcceleration.
- webApp StringAcceleration Id 
- The OCID of the WebAppAcceleration.
getAppAcceleration Result
The following output properties are available:
- BackendType string
- Type of the WebAppFirewall, as example LOAD_BALANCER.
- CompartmentId string
- The OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- WebAppAcceleration display name, can be renamed.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The OCID of the WebAppAcceleration.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- LoadBalancer stringId 
- LoadBalancer OCID to which the WebAppAccelerationPolicy is attached to.
- State string
- The current state of the WebAppAcceleration.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the WebAppAcceleration was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the WebAppAcceleration was updated. An RFC3339 formatted datetime string.
- WebApp stringAcceleration Id 
- WebApp stringAcceleration Policy Id 
- The OCID of WebAppAccelerationPolicy, which is attached to the resource.
- BackendType string
- Type of the WebAppFirewall, as example LOAD_BALANCER.
- CompartmentId string
- The OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- WebAppAcceleration display name, can be renamed.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The OCID of the WebAppAcceleration.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- LoadBalancer stringId 
- LoadBalancer OCID to which the WebAppAccelerationPolicy is attached to.
- State string
- The current state of the WebAppAcceleration.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the WebAppAcceleration was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the WebAppAcceleration was updated. An RFC3339 formatted datetime string.
- WebApp stringAcceleration Id 
- WebApp stringAcceleration Policy Id 
- The OCID of WebAppAccelerationPolicy, which is attached to the resource.
- backendType String
- Type of the WebAppFirewall, as example LOAD_BALANCER.
- compartmentId String
- The OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- WebAppAcceleration display name, can be renamed.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The OCID of the WebAppAcceleration.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- loadBalancer StringId 
- LoadBalancer OCID to which the WebAppAccelerationPolicy is attached to.
- state String
- The current state of the WebAppAcceleration.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the WebAppAcceleration was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the WebAppAcceleration was updated. An RFC3339 formatted datetime string.
- webApp StringAcceleration Id 
- webApp StringAcceleration Policy Id 
- The OCID of WebAppAccelerationPolicy, which is attached to the resource.
- backendType string
- Type of the WebAppFirewall, as example LOAD_BALANCER.
- compartmentId string
- The OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName string
- WebAppAcceleration display name, can be renamed.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- The OCID of the WebAppAcceleration.
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- loadBalancer stringId 
- LoadBalancer OCID to which the WebAppAccelerationPolicy is attached to.
- state string
- The current state of the WebAppAcceleration.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The time the WebAppAcceleration was created. An RFC3339 formatted datetime string.
- timeUpdated string
- The time the WebAppAcceleration was updated. An RFC3339 formatted datetime string.
- webApp stringAcceleration Id 
- webApp stringAcceleration Policy Id 
- The OCID of WebAppAccelerationPolicy, which is attached to the resource.
- backend_type str
- Type of the WebAppFirewall, as example LOAD_BALANCER.
- compartment_id str
- The OCID of the compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- display_name str
- WebAppAcceleration display name, can be renamed.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- The OCID of the WebAppAcceleration.
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- load_balancer_ strid 
- LoadBalancer OCID to which the WebAppAccelerationPolicy is attached to.
- state str
- The current state of the WebAppAcceleration.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The time the WebAppAcceleration was created. An RFC3339 formatted datetime string.
- time_updated str
- The time the WebAppAcceleration was updated. An RFC3339 formatted datetime string.
- web_app_ stracceleration_ id 
- web_app_ stracceleration_ policy_ id 
- The OCID of WebAppAccelerationPolicy, which is attached to the resource.
- backendType String
- Type of the WebAppFirewall, as example LOAD_BALANCER.
- compartmentId String
- The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- WebAppAcceleration display name, can be renamed.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The OCID of the WebAppAcceleration.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- loadBalancer StringId 
- LoadBalancer OCID to which the WebAppAccelerationPolicy is attached to.
- state String
- The current state of the WebAppAcceleration.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the WebAppAcceleration was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the WebAppAcceleration was updated. An RFC3339 formatted datetime string.
- webApp StringAcceleration Id 
- webApp StringAcceleration Policy Id 
- The OCID of WebAppAccelerationPolicy, which is attached to the resource.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.