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 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:
- Datacollector
Id string - Organization
Id string
- Datacollector
Id string - Organization
Id string
- datacollector
Id String - organization
Id String
- datacollector
Id string - organization
Id string
- datacollector_
id str - organization_
id str
- datacollector
Id String - organization
Id String
getDataCollector Result
The following output properties are available:
- Created
At string - The time at which the data collector was created in milliseconds since the epoch.
- Description string
- A description of the data collector.
- Last
Modified 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 string - The time at which the data collector was created in milliseconds since the epoch.
- Description string
- A description of the data collector.
- Last
Modified 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 String - The time at which the data collector was created in milliseconds since the epoch.
- description String
- A description of the data collector.
- last
Modified 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 string - The time at which the data collector was created in milliseconds since the epoch.
- description string
- A description of the data collector.
- last
Modified 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.
- created
At String - The time at which the data collector was created in milliseconds since the epoch.
- description String
- A description of the data collector.
- last
Modified 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
