google-native logo
Google Cloud Native v0.28.0, Feb 2 23

google-native.apigee/v1.getDataCollector

Gets a data collector.

Using getDataCollector

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 getDataCollector(args: GetDataCollectorArgs, opts?: InvokeOptions): Promise<GetDataCollectorResult>
function getDataCollectorOutput(args: GetDataCollectorOutputArgs, opts?: InvokeOptions): Output<GetDataCollectorResult>
def get_data_collector(datacollector_id: Optional[str] = None,
                       organization_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetDataCollectorResult
def get_data_collector_output(datacollector_id: Optional[pulumi.Input[str]] = None,
                       organization_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetDataCollectorResult]
func LookupDataCollector(ctx *Context, args *LookupDataCollectorArgs, opts ...InvokeOption) (*LookupDataCollectorResult, error)
func LookupDataCollectorOutput(ctx *Context, args *LookupDataCollectorOutputArgs, opts ...InvokeOption) LookupDataCollectorResultOutput

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

public static class GetDataCollector 
{
    public static Task<GetDataCollectorResult> InvokeAsync(GetDataCollectorArgs args, InvokeOptions? opts = null)
    public static Output<GetDataCollectorResult> Invoke(GetDataCollectorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDataCollectorResult> getDataCollector(GetDataCollectorArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:apigee/v1:getDataCollector
  arguments:
    # arguments dictionary

The following arguments are supported:

getDataCollector Result

The following output properties are available:

CreatedAt string

The time at which the data collector was created in milliseconds since the epoch.

Description string

A description of the data collector.

LastModifiedAt string

The time at which the Data Collector was last updated in milliseconds since the epoch.

Name string

ID of the data collector. Must begin with dc_.

Type string

Immutable. The type of data this data collector will collect.

CreatedAt string

The time at which the data collector was created in milliseconds since the epoch.

Description string

A description of the data collector.

LastModifiedAt string

The time at which the Data Collector was last updated in milliseconds since the epoch.

Name string

ID of the data collector. Must begin with dc_.

Type string

Immutable. The type of data this data collector will collect.

createdAt String

The time at which the data collector was created in milliseconds since the epoch.

description String

A description of the data collector.

lastModifiedAt String

The time at which the Data Collector was last updated in milliseconds since the epoch.

name String

ID of the data collector. Must begin with dc_.

type String

Immutable. The type of data this data collector will collect.

createdAt string

The time at which the data collector was created in milliseconds since the epoch.

description string

A description of the data collector.

lastModifiedAt string

The time at which the Data Collector was last updated in milliseconds since the epoch.

name string

ID of the data collector. Must begin with dc_.

type string

Immutable. The type of data this data collector will collect.

created_at str

The time at which the data collector was created in milliseconds since the epoch.

description str

A description of the data collector.

last_modified_at str

The time at which the Data Collector was last updated in milliseconds since the epoch.

name str

ID of the data collector. Must begin with dc_.

type str

Immutable. The type of data this data collector will collect.

createdAt String

The time at which the data collector was created in milliseconds since the epoch.

description String

A description of the data collector.

lastModifiedAt String

The time at which the Data Collector was last updated in milliseconds since the epoch.

name String

ID of the data collector. Must begin with dc_.

type String

Immutable. The type of data this data collector will collect.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0