harness.platform.getDatadogConnector

Datasource for looking up a Datadog connector.

Using getDatadogConnector

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 getDatadogConnector(args: GetDatadogConnectorArgs, opts?: InvokeOptions): Promise<GetDatadogConnectorResult>
function getDatadogConnectorOutput(args: GetDatadogConnectorOutputArgs, opts?: InvokeOptions): Output<GetDatadogConnectorResult>
def get_datadog_connector(delegate_selectors: Optional[Sequence[str]] = None,
                          identifier: Optional[str] = None,
                          name: Optional[str] = None,
                          org_id: Optional[str] = None,
                          project_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetDatadogConnectorResult
def get_datadog_connector_output(delegate_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          identifier: Optional[pulumi.Input[str]] = None,
                          name: Optional[pulumi.Input[str]] = None,
                          org_id: Optional[pulumi.Input[str]] = None,
                          project_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetDatadogConnectorResult]
func LookupDatadogConnector(ctx *Context, args *LookupDatadogConnectorArgs, opts ...InvokeOption) (*LookupDatadogConnectorResult, error)
func LookupDatadogConnectorOutput(ctx *Context, args *LookupDatadogConnectorOutputArgs, opts ...InvokeOption) LookupDatadogConnectorResultOutput

> Note: This function is named LookupDatadogConnector in the Go SDK.

public static class GetDatadogConnector 
{
    public static Task<GetDatadogConnectorResult> InvokeAsync(GetDatadogConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetDatadogConnectorResult> Invoke(GetDatadogConnectorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatadogConnectorResult> getDatadogConnector(GetDatadogConnectorArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: harness:platform/getDatadogConnector:getDatadogConnector
  arguments:
    # arguments dictionary

The following arguments are supported:

DelegateSelectors List<string>

Connect using only the delegates which have these tags.

Identifier string

Unique identifier of the resource.

Name string

Name of the resource.

OrgId string

Unique identifier of the Organization.

ProjectId string

Unique identifier of the Project.

DelegateSelectors []string

Connect using only the delegates which have these tags.

Identifier string

Unique identifier of the resource.

Name string

Name of the resource.

OrgId string

Unique identifier of the Organization.

ProjectId string

Unique identifier of the Project.

delegateSelectors List<String>

Connect using only the delegates which have these tags.

identifier String

Unique identifier of the resource.

name String

Name of the resource.

orgId String

Unique identifier of the Organization.

projectId String

Unique identifier of the Project.

delegateSelectors string[]

Connect using only the delegates which have these tags.

identifier string

Unique identifier of the resource.

name string

Name of the resource.

orgId string

Unique identifier of the Organization.

projectId string

Unique identifier of the Project.

delegate_selectors Sequence[str]

Connect using only the delegates which have these tags.

identifier str

Unique identifier of the resource.

name str

Name of the resource.

org_id str

Unique identifier of the Organization.

project_id str

Unique identifier of the Project.

delegateSelectors List<String>

Connect using only the delegates which have these tags.

identifier String

Unique identifier of the resource.

name String

Name of the resource.

orgId String

Unique identifier of the Organization.

projectId String

Unique identifier of the Project.

getDatadogConnector Result

The following output properties are available:

ApiKeyRef string

Reference to the Harness secret containing the api key.

ApplicationKeyRef string

Reference to the Harness secret containing the application key.

Description string

Description of the resource.

Id string

The provider-assigned unique ID for this managed resource.

Tags List<string>

Tags to associate with the resource. Tags should be in the form name:value.

Url string

Url of the Datadog server.

DelegateSelectors List<string>

Connect using only the delegates which have these tags.

Identifier string

Unique identifier of the resource.

Name string

Name of the resource.

OrgId string

Unique identifier of the Organization.

ProjectId string

Unique identifier of the Project.

ApiKeyRef string

Reference to the Harness secret containing the api key.

ApplicationKeyRef string

Reference to the Harness secret containing the application key.

Description string

Description of the resource.

Id string

The provider-assigned unique ID for this managed resource.

Tags []string

Tags to associate with the resource. Tags should be in the form name:value.

Url string

Url of the Datadog server.

DelegateSelectors []string

Connect using only the delegates which have these tags.

Identifier string

Unique identifier of the resource.

Name string

Name of the resource.

OrgId string

Unique identifier of the Organization.

ProjectId string

Unique identifier of the Project.

apiKeyRef String

Reference to the Harness secret containing the api key.

applicationKeyRef String

Reference to the Harness secret containing the application key.

description String

Description of the resource.

id String

The provider-assigned unique ID for this managed resource.

tags List<String>

Tags to associate with the resource. Tags should be in the form name:value.

url String

Url of the Datadog server.

delegateSelectors List<String>

Connect using only the delegates which have these tags.

identifier String

Unique identifier of the resource.

name String

Name of the resource.

orgId String

Unique identifier of the Organization.

projectId String

Unique identifier of the Project.

apiKeyRef string

Reference to the Harness secret containing the api key.

applicationKeyRef string

Reference to the Harness secret containing the application key.

description string

Description of the resource.

id string

The provider-assigned unique ID for this managed resource.

tags string[]

Tags to associate with the resource. Tags should be in the form name:value.

url string

Url of the Datadog server.

delegateSelectors string[]

Connect using only the delegates which have these tags.

identifier string

Unique identifier of the resource.

name string

Name of the resource.

orgId string

Unique identifier of the Organization.

projectId string

Unique identifier of the Project.

api_key_ref str

Reference to the Harness secret containing the api key.

application_key_ref str

Reference to the Harness secret containing the application key.

description str

Description of the resource.

id str

The provider-assigned unique ID for this managed resource.

tags Sequence[str]

Tags to associate with the resource. Tags should be in the form name:value.

url str

Url of the Datadog server.

delegate_selectors Sequence[str]

Connect using only the delegates which have these tags.

identifier str

Unique identifier of the resource.

name str

Name of the resource.

org_id str

Unique identifier of the Organization.

project_id str

Unique identifier of the Project.

apiKeyRef String

Reference to the Harness secret containing the api key.

applicationKeyRef String

Reference to the Harness secret containing the application key.

description String

Description of the resource.

id String

The provider-assigned unique ID for this managed resource.

tags List<String>

Tags to associate with the resource. Tags should be in the form name:value.

url String

Url of the Datadog server.

delegateSelectors List<String>

Connect using only the delegates which have these tags.

identifier String

Unique identifier of the resource.

name String

Name of the resource.

orgId String

Unique identifier of the Organization.

projectId String

Unique identifier of the Project.

Package Details

Repository
harness lbrlabs/pulumi-harness
License
Apache-2.0
Notes

This Pulumi package is based on the harness Terraform Provider.