Oracle Cloud Infrastructure
getDatabaseToolsEndpointServices
This data source provides the list of Database Tools Endpoint Services in Oracle Cloud Infrastructure Database Tools service.
Returns a list of DatabaseToolsEndpointServices.
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testDatabaseToolsEndpointServices = Output.Create(Oci.DatabaseTools.GetDatabaseToolsEndpointServices.InvokeAsync(new Oci.DatabaseTools.GetDatabaseToolsEndpointServicesArgs
{
CompartmentId = @var.Compartment_id,
DisplayName = @var.Database_tools_endpoint_service_display_name,
Name = @var.Database_tools_endpoint_service_name,
State = @var.Database_tools_endpoint_service_state,
}));
}
}
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DatabaseTools"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DatabaseTools.GetDatabaseToolsEndpointServices(ctx, &databasetools.GetDatabaseToolsEndpointServicesArgs{
CompartmentId: _var.Compartment_id,
DisplayName: pulumi.StringRef(_var.Database_tools_endpoint_service_display_name),
Name: pulumi.StringRef(_var.Database_tools_endpoint_service_name),
State: pulumi.StringRef(_var.Database_tools_endpoint_service_state),
}, nil)
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_database_tools_endpoint_services = oci.DatabaseTools.get_database_tools_endpoint_services(compartment_id=var["compartment_id"],
display_name=var["database_tools_endpoint_service_display_name"],
name=var["database_tools_endpoint_service_name"],
state=var["database_tools_endpoint_service_state"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDatabaseToolsEndpointServices = oci.DatabaseTools.getDatabaseToolsEndpointServices({
compartmentId: _var.compartment_id,
displayName: _var.database_tools_endpoint_service_display_name,
name: _var.database_tools_endpoint_service_name,
state: _var.database_tools_endpoint_service_state,
});
Coming soon!
Using getDatabaseToolsEndpointServices
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 getDatabaseToolsEndpointServices(args: GetDatabaseToolsEndpointServicesArgs, opts?: InvokeOptions): Promise<GetDatabaseToolsEndpointServicesResult>
function getDatabaseToolsEndpointServicesOutput(args: GetDatabaseToolsEndpointServicesOutputArgs, opts?: InvokeOptions): Output<GetDatabaseToolsEndpointServicesResult>
def get_database_tools_endpoint_services(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_databasetools.GetDatabaseToolsEndpointServicesFilter]] = None,
name: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDatabaseToolsEndpointServicesResult
def get_database_tools_endpoint_services_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_databasetools.GetDatabaseToolsEndpointServicesFilterArgs]]]] = None,
name: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseToolsEndpointServicesResult]
func GetDatabaseToolsEndpointServices(ctx *Context, args *GetDatabaseToolsEndpointServicesArgs, opts ...InvokeOption) (*GetDatabaseToolsEndpointServicesResult, error)
func GetDatabaseToolsEndpointServicesOutput(ctx *Context, args *GetDatabaseToolsEndpointServicesOutputArgs, opts ...InvokeOption) GetDatabaseToolsEndpointServicesResultOutput
> Note: This function is named GetDatabaseToolsEndpointServices
in the Go SDK.
public static class GetDatabaseToolsEndpointServices
{
public static Task<GetDatabaseToolsEndpointServicesResult> InvokeAsync(GetDatabaseToolsEndpointServicesArgs args, InvokeOptions? opts = null)
public static Output<GetDatabaseToolsEndpointServicesResult> Invoke(GetDatabaseToolsEndpointServicesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatabaseToolsEndpointServicesResult> getDatabaseToolsEndpointServices(GetDatabaseToolsEndpointServicesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: oci:DatabaseTools/getDatabaseToolsEndpointServices:getDatabaseToolsEndpointServices
Arguments:
# Arguments dictionary
The following arguments are supported:
- Compartment
Id string The ID of the compartment in which to list resources.
- Display
Name string A filter to return only resources that match the entire display name given.
- Filters
List<Get
Database Tools Endpoint Services Filter> - Name string
A filter to return only resources that match the entire name given.
- State string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- Compartment
Id string The ID of the compartment in which to list resources.
- Display
Name string A filter to return only resources that match the entire display name given.
- Filters
[]Get
Database Tools Endpoint Services Filter - Name string
A filter to return only resources that match the entire name given.
- State string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String The ID of the compartment in which to list resources.
- display
Name String A filter to return only resources that match the entire display name given.
- filters
List<Get
Endpoint Services Filter> - name String
A filter to return only resources that match the entire name given.
- state String
A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id string The ID of the compartment in which to list resources.
- display
Name string A filter to return only resources that match the entire display name given.
- filters
Get
Database Tools Endpoint Services Filter[] - name string
A filter to return only resources that match the entire name given.
- state string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment_
id str The ID of the compartment in which to list resources.
- display_
name str A filter to return only resources that match the entire display name given.
- filters
Get
Database Tools Endpoint Services Filter] - name str
A filter to return only resources that match the entire name given.
- state str
A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String The ID of the compartment in which to list resources.
- display
Name String A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- name String
A filter to return only resources that match the entire name given.
- state String
A filter to return only resources their lifecycleState matches the given lifecycleState.
getDatabaseToolsEndpointServices Result
The following output properties are available:
- Compartment
Id string The OCID of the containing Compartment.
- Database
Tools List<GetEndpoint Service Collections Database Tools Endpoint Services Database Tools Endpoint Service Collection> The list of database_tools_endpoint_service_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Database Tools Endpoint Services Filter> - Name string
A unique, non-changeable resource name.
- State string
The current state of the DatabaseToolsEndpointService.
- Compartment
Id string The OCID of the containing Compartment.
- Database
Tools []GetEndpoint Service Collections Database Tools Endpoint Services Database Tools Endpoint Service Collection The list of database_tools_endpoint_service_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Database Tools Endpoint Services Filter - Name string
A unique, non-changeable resource name.
- State string
The current state of the DatabaseToolsEndpointService.
- compartment
Id String The OCID of the containing Compartment.
- database
Tools List<GetEndpoint Service Collections Endpoint Services Endpoint Service Collection> The list of database_tools_endpoint_service_collection.
- id String
The provider-assigned unique ID for this managed resource.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Endpoint Services Filter> - name String
A unique, non-changeable resource name.
- state String
The current state of the DatabaseToolsEndpointService.
- compartment
Id string The OCID of the containing Compartment.
- database
Tools GetEndpoint Service Collections Database Tools Endpoint Services Database Tools Endpoint Service Collection[] The list of database_tools_endpoint_service_collection.
- id string
The provider-assigned unique ID for this managed resource.
- display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Database Tools Endpoint Services Filter[] - name string
A unique, non-changeable resource name.
- state string
The current state of the DatabaseToolsEndpointService.
- compartment_
id str The OCID of the containing Compartment.
- database_
tools_ Getendpoint_ service_ collections Database Tools Endpoint Services Database Tools Endpoint Service Collection] The list of database_tools_endpoint_service_collection.
- id str
The provider-assigned unique ID for this managed resource.
- display_
name str A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Database Tools Endpoint Services Filter] - name str
A unique, non-changeable resource name.
- state str
The current state of the DatabaseToolsEndpointService.
- compartment
Id String The OCID of the containing Compartment.
- database
Tools List<Property Map>Endpoint Service Collections The list of database_tools_endpoint_service_collection.
- id String
The provider-assigned unique ID for this managed resource.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- name String
A unique, non-changeable resource name.
- state String
The current state of the DatabaseToolsEndpointService.
Supporting Types
GetDatabaseToolsEndpointServicesDatabaseToolsEndpointServiceCollection
GetDatabaseToolsEndpointServicesDatabaseToolsEndpointServiceCollectionItem
- Compartment
Id string The ID of the compartment in which to list resources.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
A description of the DatabaseToolsEndpointService.
- Display
Name string A filter to return only resources that match the entire display name given.
- Dictionary<string, object>
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 DatabaseToolsEndpointService.
- Lifecycle
Details 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.
- Name string
A filter to return only resources that match the entire name given.
- State string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- Dictionary<string, object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the DatabaseToolsEndpointService was created. An RFC3339 formatted datetime string
- Time
Updated string The time the DatabaseToolsEndpointService was updated. An RFC3339 formatted datetime string
- Compartment
Id string The ID of the compartment in which to list resources.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
A description of the DatabaseToolsEndpointService.
- Display
Name string A filter to return only resources that match the entire display name given.
- map[string]interface{}
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 DatabaseToolsEndpointService.
- Lifecycle
Details 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.
- Name string
A filter to return only resources that match the entire name given.
- State string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- map[string]interface{}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the DatabaseToolsEndpointService was created. An RFC3339 formatted datetime string
- Time
Updated string The time the DatabaseToolsEndpointService was updated. An RFC3339 formatted datetime string
- compartment
Id String The ID of the compartment in which to list resources.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
A description of the DatabaseToolsEndpointService.
- display
Name String A filter to return only resources that match the entire display name given.
- Map<String,Object>
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 DatabaseToolsEndpointService.
- lifecycle
Details 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.
- name String
A filter to return only resources that match the entire name given.
- state String
A filter to return only resources their lifecycleState matches the given lifecycleState.
- Map<String,Object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the DatabaseToolsEndpointService was created. An RFC3339 formatted datetime string
- time
Updated String The time the DatabaseToolsEndpointService was updated. An RFC3339 formatted datetime string
- compartment
Id string The ID of the compartment in which to list resources.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
A description of the DatabaseToolsEndpointService.
- display
Name string A filter to return only resources that match the entire display name given.
- {[key: string]: any}
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 DatabaseToolsEndpointService.
- lifecycle
Details 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.
- name string
A filter to return only resources that match the entire name given.
- state string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- {[key: string]: any}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string The time the DatabaseToolsEndpointService was created. An RFC3339 formatted datetime string
- time
Updated string The time the DatabaseToolsEndpointService was updated. An RFC3339 formatted datetime string
- compartment_
id str The ID of the compartment in which to list resources.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
A description of the DatabaseToolsEndpointService.
- display_
name str A filter to return only resources that match the entire display name given.
- Mapping[str, Any]
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 DatabaseToolsEndpointService.
- 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.
- name str
A filter to return only resources that match the entire name given.
- state str
A filter to return only resources their lifecycleState matches the given lifecycleState.
- Mapping[str, Any]
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 DatabaseToolsEndpointService was created. An RFC3339 formatted datetime string
- time_
updated str The time the DatabaseToolsEndpointService was updated. An RFC3339 formatted datetime string
- compartment
Id String The ID of the compartment in which to list resources.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
A description of the DatabaseToolsEndpointService.
- display
Name String A filter to return only resources that match the entire display name given.
- Map<Any>
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 DatabaseToolsEndpointService.
- lifecycle
Details 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.
- name String
A filter to return only resources that match the entire name given.
- state String
A filter to return only resources their lifecycleState matches the given lifecycleState.
- Map<Any>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the DatabaseToolsEndpointService was created. An RFC3339 formatted datetime string
- time
Updated String The time the DatabaseToolsEndpointService was updated. An RFC3339 formatted datetime string
GetDatabaseToolsEndpointServicesFilter
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.