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>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)
public static Output<GetDataCollectorResult> getDataCollector(GetDataCollectorArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:apigee/v1:getDataCollector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DatacollectorId string
- OrganizationId string
- DatacollectorId string
- OrganizationId string
- datacollectorId String
- organizationId String
- datacollectorId string
- organizationId string
- datacollector_id str
- organization_id str
- datacollectorId String
- organizationId 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.
- LastModified stringAt 
- 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.
- LastModified stringAt 
- 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.
- lastModified StringAt 
- 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.
- lastModified stringAt 
- 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_ strat 
- 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.
- lastModified StringAt 
- 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