1. Packages
  2. Google Cloud Native
  3. API Docs
  4. apigee
  5. apigee/v1
  6. getDataCollector

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.apigee/v1.getDataCollector

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

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>
Copy
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]
Copy
func LookupDataCollector(ctx *Context, args *LookupDataCollectorArgs, opts ...InvokeOption) (*LookupDataCollectorResult, error)
func LookupDataCollectorOutput(ctx *Context, args *LookupDataCollectorOutputArgs, opts ...InvokeOption) LookupDataCollectorResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetDataCollectorResult> getDataCollector(GetDataCollectorArgs args, InvokeOptions options)
public static Output<GetDataCollectorResult> getDataCollector(GetDataCollectorArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:apigee/v1:getDataCollector
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DatacollectorId This property is required. string
OrganizationId This property is required. string
DatacollectorId This property is required. string
OrganizationId This property is required. string
datacollectorId This property is required. String
organizationId This property is required. String
datacollectorId This property is required. string
organizationId This property is required. string
datacollector_id This property is required. str
organization_id This property is required. str
datacollectorId This property is required. String
organizationId This property is required. String

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

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi