Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.ApmSynthetics.getScripts
Explore with Pulumi AI
This data source provides the list of Scripts in Oracle Cloud Infrastructure Apm Synthetics service.
Returns a list of scripts.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testScripts = oci.ApmSynthetics.getScripts({
apmDomainId: testApmDomain.id,
contentType: scriptContentType,
displayName: scriptDisplayName,
});
import pulumi
import pulumi_oci as oci
test_scripts = oci.ApmSynthetics.get_scripts(apm_domain_id=test_apm_domain["id"],
content_type=script_content_type,
display_name=script_display_name)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/ApmSynthetics"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ApmSynthetics.GetScripts(ctx, &apmsynthetics.GetScriptsArgs{
ApmDomainId: testApmDomain.Id,
ContentType: pulumi.StringRef(scriptContentType),
DisplayName: pulumi.StringRef(scriptDisplayName),
}, 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 testScripts = Oci.ApmSynthetics.GetScripts.Invoke(new()
{
ApmDomainId = testApmDomain.Id,
ContentType = scriptContentType,
DisplayName = scriptDisplayName,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ApmSynthetics.ApmSyntheticsFunctions;
import com.pulumi.oci.ApmSynthetics.inputs.GetScriptsArgs;
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 testScripts = ApmSyntheticsFunctions.getScripts(GetScriptsArgs.builder()
.apmDomainId(testApmDomain.id())
.contentType(scriptContentType)
.displayName(scriptDisplayName)
.build());
}
}
variables:
testScripts:
fn::invoke:
Function: oci:ApmSynthetics:getScripts
Arguments:
apmDomainId: ${testApmDomain.id}
contentType: ${scriptContentType}
displayName: ${scriptDisplayName}
Using getScripts
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 getScripts(args: GetScriptsArgs, opts?: InvokeOptions): Promise<GetScriptsResult>
function getScriptsOutput(args: GetScriptsOutputArgs, opts?: InvokeOptions): Output<GetScriptsResult>
def get_scripts(apm_domain_id: Optional[str] = None,
content_type: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_apmsynthetics.GetScriptsFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetScriptsResult
def get_scripts_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
content_type: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_apmsynthetics.GetScriptsFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetScriptsResult]
func GetScripts(ctx *Context, args *GetScriptsArgs, opts ...InvokeOption) (*GetScriptsResult, error)
func GetScriptsOutput(ctx *Context, args *GetScriptsOutputArgs, opts ...InvokeOption) GetScriptsResultOutput
> Note: This function is named GetScripts
in the Go SDK.
public static class GetScripts
{
public static Task<GetScriptsResult> InvokeAsync(GetScriptsArgs args, InvokeOptions? opts = null)
public static Output<GetScriptsResult> Invoke(GetScriptsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetScriptsResult> getScripts(GetScriptsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:ApmSynthetics/getScripts:getScripts
arguments:
# arguments dictionary
The following arguments are supported:
- Apm
Domain stringId - The APM domain ID the request is intended for.
- Content
Type string - A filter to return only resources that match the content type given.
- Display
Name string - A filter to return only the resources that match the entire display name.
- Filters
List<Get
Scripts Filter>
- Apm
Domain stringId - The APM domain ID the request is intended for.
- Content
Type string - A filter to return only resources that match the content type given.
- Display
Name string - A filter to return only the resources that match the entire display name.
- Filters
[]Get
Scripts Filter
- apm
Domain StringId - The APM domain ID the request is intended for.
- content
Type String - A filter to return only resources that match the content type given.
- display
Name String - A filter to return only the resources that match the entire display name.
- filters
List<Get
Scripts Filter>
- apm
Domain stringId - The APM domain ID the request is intended for.
- content
Type string - A filter to return only resources that match the content type given.
- display
Name string - A filter to return only the resources that match the entire display name.
- filters
Get
Scripts Filter[]
- apm_
domain_ strid - The APM domain ID the request is intended for.
- content_
type str - A filter to return only resources that match the content type given.
- display_
name str - A filter to return only the resources that match the entire display name.
- filters
Sequence[apmsynthetics.
Get Scripts Filter]
- apm
Domain StringId - The APM domain ID the request is intended for.
- content
Type String - A filter to return only resources that match the content type given.
- display
Name String - A filter to return only the resources that match the entire display name.
- filters List<Property Map>
getScripts Result
The following output properties are available:
- Apm
Domain stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Script
Collections List<GetScripts Script Collection> - The list of script_collection.
- Content
Type string - Content type of the script.
- Display
Name string - Unique name that can be edited. The name should not contain any confidential information.
- Filters
List<Get
Scripts Filter>
- Apm
Domain stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Script
Collections []GetScripts Script Collection - The list of script_collection.
- Content
Type string - Content type of the script.
- Display
Name string - Unique name that can be edited. The name should not contain any confidential information.
- Filters
[]Get
Scripts Filter
- apm
Domain StringId - id String
- The provider-assigned unique ID for this managed resource.
- script
Collections List<GetScripts Script Collection> - The list of script_collection.
- content
Type String - Content type of the script.
- display
Name String - Unique name that can be edited. The name should not contain any confidential information.
- filters
List<Get
Scripts Filter>
- apm
Domain stringId - id string
- The provider-assigned unique ID for this managed resource.
- script
Collections GetScripts Script Collection[] - The list of script_collection.
- content
Type string - Content type of the script.
- display
Name string - Unique name that can be edited. The name should not contain any confidential information.
- filters
Get
Scripts Filter[]
- apm_
domain_ strid - id str
- The provider-assigned unique ID for this managed resource.
- script_
collections Sequence[apmsynthetics.Get Scripts Script Collection] - The list of script_collection.
- content_
type str - Content type of the script.
- display_
name str - Unique name that can be edited. The name should not contain any confidential information.
- filters
Sequence[apmsynthetics.
Get Scripts Filter]
- apm
Domain StringId - id String
- The provider-assigned unique ID for this managed resource.
- script
Collections List<Property Map> - The list of script_collection.
- content
Type String - Content type of the script.
- display
Name String - Unique name that can be edited. The name should not contain any confidential information.
- filters List<Property Map>
Supporting Types
GetScriptsFilter
GetScriptsScriptCollection
GetScriptsScriptCollectionItem
- Apm
Domain stringId - The APM domain ID the request is intended for.
- Content string
- The content of the script. It may contain custom-defined tags that can be used for setting dynamic parameters. The format to set dynamic parameters is:
<ORAP><ON>param name</ON><OV>param value</OV><OS>isParamValueSecret(true/false)</OS></ORAP>
. Param value and isParamValueSecret are optional, the default value for isParamValueSecret is false. Examples: With mandatory param name :<ORAP><ON>param name</ON></ORAP>
With parameter name and value :<ORAP><ON>param name</ON><OV>param value</OV></ORAP>
Note that the content is valid if it matches the given content type. For example, if the content type is SIDE, then the content should be in Side script format. If the content type is JS, then the content should be in JavaScript format. - Content
File stringName - File name of the uploaded script content.
- Content
Size intIn Bytes - Size of the script content.
- Content
Type string - A filter to return only resources that match the content type given.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A filter to return only the resources that match the entire display name.
- 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 script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- Monitor
Status List<GetCount Maps Scripts Script Collection Item Monitor Status Count Map> - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- Parameters
List<Get
Scripts Script Collection Item Parameter> - List of script parameters. Example:
[{"scriptParameter": {"paramName": "userid", "paramValue":"testuser", "isSecret": false}, "isOverwritten": false}]
- Time
Created string - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- Time
Updated string - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- Time
Uploaded string - The time the script was uploaded.
- Apm
Domain stringId - The APM domain ID the request is intended for.
- Content string
- The content of the script. It may contain custom-defined tags that can be used for setting dynamic parameters. The format to set dynamic parameters is:
<ORAP><ON>param name</ON><OV>param value</OV><OS>isParamValueSecret(true/false)</OS></ORAP>
. Param value and isParamValueSecret are optional, the default value for isParamValueSecret is false. Examples: With mandatory param name :<ORAP><ON>param name</ON></ORAP>
With parameter name and value :<ORAP><ON>param name</ON><OV>param value</OV></ORAP>
Note that the content is valid if it matches the given content type. For example, if the content type is SIDE, then the content should be in Side script format. If the content type is JS, then the content should be in JavaScript format. - Content
File stringName - File name of the uploaded script content.
- Content
Size intIn Bytes - Size of the script content.
- Content
Type string - A filter to return only resources that match the content type given.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A filter to return only the resources that match the entire display name.
- 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 script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- Monitor
Status []GetCount Maps Scripts Script Collection Item Monitor Status Count Map - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- Parameters
[]Get
Scripts Script Collection Item Parameter - List of script parameters. Example:
[{"scriptParameter": {"paramName": "userid", "paramValue":"testuser", "isSecret": false}, "isOverwritten": false}]
- Time
Created string - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- Time
Updated string - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- Time
Uploaded string - The time the script was uploaded.
- apm
Domain StringId - The APM domain ID the request is intended for.
- content String
- The content of the script. It may contain custom-defined tags that can be used for setting dynamic parameters. The format to set dynamic parameters is:
<ORAP><ON>param name</ON><OV>param value</OV><OS>isParamValueSecret(true/false)</OS></ORAP>
. Param value and isParamValueSecret are optional, the default value for isParamValueSecret is false. Examples: With mandatory param name :<ORAP><ON>param name</ON></ORAP>
With parameter name and value :<ORAP><ON>param name</ON><OV>param value</OV></ORAP>
Note that the content is valid if it matches the given content type. For example, if the content type is SIDE, then the content should be in Side script format. If the content type is JS, then the content should be in JavaScript format. - content
File StringName - File name of the uploaded script content.
- content
Size IntegerIn Bytes - Size of the script content.
- content
Type String - A filter to return only resources that match the content type given.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A filter to return only the resources that match the entire display name.
- 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 script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- monitor
Status List<GetCount Maps Scripts Script Collection Item Monitor Status Count Map> - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- parameters
List<Get
Scripts Script Collection Item Parameter> - List of script parameters. Example:
[{"scriptParameter": {"paramName": "userid", "paramValue":"testuser", "isSecret": false}, "isOverwritten": false}]
- time
Created String - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Updated String - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- time
Uploaded String - The time the script was uploaded.
- apm
Domain stringId - The APM domain ID the request is intended for.
- content string
- The content of the script. It may contain custom-defined tags that can be used for setting dynamic parameters. The format to set dynamic parameters is:
<ORAP><ON>param name</ON><OV>param value</OV><OS>isParamValueSecret(true/false)</OS></ORAP>
. Param value and isParamValueSecret are optional, the default value for isParamValueSecret is false. Examples: With mandatory param name :<ORAP><ON>param name</ON></ORAP>
With parameter name and value :<ORAP><ON>param name</ON><OV>param value</OV></ORAP>
Note that the content is valid if it matches the given content type. For example, if the content type is SIDE, then the content should be in Side script format. If the content type is JS, then the content should be in JavaScript format. - content
File stringName - File name of the uploaded script content.
- content
Size numberIn Bytes - Size of the script content.
- content
Type string - A filter to return only resources that match the content type given.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - A filter to return only the resources that match the entire display name.
- {[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 script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- monitor
Status GetCount Maps Scripts Script Collection Item Monitor Status Count Map[] - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- parameters
Get
Scripts Script Collection Item Parameter[] - List of script parameters. Example:
[{"scriptParameter": {"paramName": "userid", "paramValue":"testuser", "isSecret": false}, "isOverwritten": false}]
- time
Created string - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Updated string - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- time
Uploaded string - The time the script was uploaded.
- apm_
domain_ strid - The APM domain ID the request is intended for.
- content str
- The content of the script. It may contain custom-defined tags that can be used for setting dynamic parameters. The format to set dynamic parameters is:
<ORAP><ON>param name</ON><OV>param value</OV><OS>isParamValueSecret(true/false)</OS></ORAP>
. Param value and isParamValueSecret are optional, the default value for isParamValueSecret is false. Examples: With mandatory param name :<ORAP><ON>param name</ON></ORAP>
With parameter name and value :<ORAP><ON>param name</ON><OV>param value</OV></ORAP>
Note that the content is valid if it matches the given content type. For example, if the content type is SIDE, then the content should be in Side script format. If the content type is JS, then the content should be in JavaScript format. - content_
file_ strname - File name of the uploaded script content.
- content_
size_ intin_ bytes - Size of the script content.
- content_
type str - A filter to return only resources that match the content type given.
- 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 - A filter to return only the resources that match the entire display name.
- 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 script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- monitor_
status_ Sequence[apmsynthetics.count_ maps Get Scripts Script Collection Item Monitor Status Count Map] - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- parameters
Sequence[apmsynthetics.
Get Scripts Script Collection Item Parameter] - List of script parameters. Example:
[{"scriptParameter": {"paramName": "userid", "paramValue":"testuser", "isSecret": false}, "isOverwritten": false}]
- time_
created str - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time_
updated str - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- time_
uploaded str - The time the script was uploaded.
- apm
Domain StringId - The APM domain ID the request is intended for.
- content String
- The content of the script. It may contain custom-defined tags that can be used for setting dynamic parameters. The format to set dynamic parameters is:
<ORAP><ON>param name</ON><OV>param value</OV><OS>isParamValueSecret(true/false)</OS></ORAP>
. Param value and isParamValueSecret are optional, the default value for isParamValueSecret is false. Examples: With mandatory param name :<ORAP><ON>param name</ON></ORAP>
With parameter name and value :<ORAP><ON>param name</ON><OV>param value</OV></ORAP>
Note that the content is valid if it matches the given content type. For example, if the content type is SIDE, then the content should be in Side script format. If the content type is JS, then the content should be in JavaScript format. - content
File StringName - File name of the uploaded script content.
- content
Size NumberIn Bytes - Size of the script content.
- content
Type String - A filter to return only resources that match the content type given.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A filter to return only the resources that match the entire display name.
- 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 script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
- monitor
Status List<Property Map>Count Maps - Details of the monitor count per state. Example:
{ "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
- parameters List<Property Map>
- List of script parameters. Example:
[{"scriptParameter": {"paramName": "userid", "paramValue":"testuser", "isSecret": false}, "isOverwritten": false}]
- time
Created String - The time the resource was created, expressed in RFC 3339 timestamp format. Example:
2020-02-12T22:47:12.613Z
- time
Updated String - The time the resource was updated, expressed in RFC 3339 timestamp format. Example:
2020-02-13T22:47:12.613Z
- time
Uploaded String - The time the script was uploaded.
GetScriptsScriptCollectionItemMonitorStatusCountMap
GetScriptsScriptCollectionItemParameter
- Is
Overwritten bool - If parameter value is default or overwritten.
- Is
Secret bool - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- Param
Name string - Name of the parameter.
- Param
Value string - Value of the parameter.
- Script
Parameters List<GetScripts Script Collection Item Parameter Script Parameter> - Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the script content.
- Is
Overwritten bool - If parameter value is default or overwritten.
- Is
Secret bool - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- Param
Name string - Name of the parameter.
- Param
Value string - Value of the parameter.
- Script
Parameters []GetScripts Script Collection Item Parameter Script Parameter - Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the script content.
- is
Overwritten Boolean - If parameter value is default or overwritten.
- is
Secret Boolean - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- param
Name String - Name of the parameter.
- param
Value String - Value of the parameter.
- script
Parameters List<GetScripts Script Collection Item Parameter Script Parameter> - Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the script content.
- is
Overwritten boolean - If parameter value is default or overwritten.
- is
Secret boolean - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- param
Name string - Name of the parameter.
- param
Value string - Value of the parameter.
- script
Parameters GetScripts Script Collection Item Parameter Script Parameter[] - Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the script content.
- is_
overwritten bool - If parameter value is default or overwritten.
- is_
secret bool - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- param_
name str - Name of the parameter.
- param_
value str - Value of the parameter.
- script_
parameters Sequence[apmsynthetics.Get Scripts Script Collection Item Parameter Script Parameter] - Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the script content.
- is
Overwritten Boolean - If parameter value is default or overwritten.
- is
Secret Boolean - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- param
Name String - Name of the parameter.
- param
Value String - Value of the parameter.
- script
Parameters List<Property Map> - Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the script content.
GetScriptsScriptCollectionItemParameterScriptParameter
- Is
Secret bool - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- Param
Name string - Name of the parameter.
- Param
Value string - Value of the parameter.
- Is
Secret bool - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- Param
Name string - Name of the parameter.
- Param
Value string - Value of the parameter.
- is
Secret Boolean - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- param
Name String - Name of the parameter.
- param
Value String - Value of the parameter.
- is
Secret boolean - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- param
Name string - Name of the parameter.
- param
Value string - Value of the parameter.
- is_
secret bool - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- param_
name str - Name of the parameter.
- param_
value str - Value of the parameter.
- is
Secret Boolean - If the parameter value is secret and should be kept confidential, then set isSecret to true.
- param
Name String - Name of the parameter.
- param
Value String - Value of the parameter.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.