1. Packages
  2. Azure Native
  3. API Docs
  4. monitor
  5. getPipelineGroup
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.44.1 published on Thursday, Jun 6, 2024 by Pulumi

azure-native.monitor.getPipelineGroup

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.44.1 published on Thursday, Jun 6, 2024 by Pulumi

    Returns the specific pipeline group instance. Azure REST API version: 2023-10-01-preview.

    Using getPipelineGroup

    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 getPipelineGroup(args: GetPipelineGroupArgs, opts?: InvokeOptions): Promise<GetPipelineGroupResult>
    function getPipelineGroupOutput(args: GetPipelineGroupOutputArgs, opts?: InvokeOptions): Output<GetPipelineGroupResult>
    def get_pipeline_group(pipeline_group_name: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetPipelineGroupResult
    def get_pipeline_group_output(pipeline_group_name: Optional[pulumi.Input[str]] = None,
                           resource_group_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetPipelineGroupResult]
    func LookupPipelineGroup(ctx *Context, args *LookupPipelineGroupArgs, opts ...InvokeOption) (*LookupPipelineGroupResult, error)
    func LookupPipelineGroupOutput(ctx *Context, args *LookupPipelineGroupOutputArgs, opts ...InvokeOption) LookupPipelineGroupResultOutput

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

    public static class GetPipelineGroup 
    {
        public static Task<GetPipelineGroupResult> InvokeAsync(GetPipelineGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetPipelineGroupResult> Invoke(GetPipelineGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPipelineGroupResult> getPipelineGroup(GetPipelineGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:monitor:getPipelineGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PipelineGroupName string
    The name of pipeline group. The name is case insensitive.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    PipelineGroupName string
    The name of pipeline group. The name is case insensitive.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    pipelineGroupName String
    The name of pipeline group. The name is case insensitive.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    pipelineGroupName string
    The name of pipeline group. The name is case insensitive.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    pipeline_group_name str
    The name of pipeline group. The name is case insensitive.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    pipelineGroupName String
    The name of pipeline group. The name is case insensitive.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getPipelineGroup Result

    The following output properties are available:

    Exporters List<Pulumi.AzureNative.Monitor.Outputs.ExporterResponse>
    The exporters specified for a pipeline group instance.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Processors List<Pulumi.AzureNative.Monitor.Outputs.ProcessorResponse>
    The processors specified for a pipeline group instance.
    ProvisioningState string
    The provisioning state of a pipeline group instance. Set to Succeeded if everything is healthy.
    Receivers List<Pulumi.AzureNative.Monitor.Outputs.ReceiverResponse>
    The receivers specified for a pipeline group instance.
    Service Pulumi.AzureNative.Monitor.Outputs.ServiceResponse
    The service section for a given pipeline group instance.
    SystemData Pulumi.AzureNative.Monitor.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    ExtendedLocation Pulumi.AzureNative.Monitor.Outputs.ExtendedLocationResponse
    The extended location for given pipeline group.
    NetworkingConfigurations List<Pulumi.AzureNative.Monitor.Outputs.NetworkingConfigurationResponse>
    Networking configurations for the pipeline group instance.
    Replicas int
    Defines the amount of replicas of the pipeline group instance.
    Tags Dictionary<string, string>
    Resource tags.
    Exporters []ExporterResponse
    The exporters specified for a pipeline group instance.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Processors []ProcessorResponse
    The processors specified for a pipeline group instance.
    ProvisioningState string
    The provisioning state of a pipeline group instance. Set to Succeeded if everything is healthy.
    Receivers []ReceiverResponse
    The receivers specified for a pipeline group instance.
    Service ServiceResponse
    The service section for a given pipeline group instance.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    ExtendedLocation ExtendedLocationResponse
    The extended location for given pipeline group.
    NetworkingConfigurations []NetworkingConfigurationResponse
    Networking configurations for the pipeline group instance.
    Replicas int
    Defines the amount of replicas of the pipeline group instance.
    Tags map[string]string
    Resource tags.
    exporters List<ExporterResponse>
    The exporters specified for a pipeline group instance.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    processors List<ProcessorResponse>
    The processors specified for a pipeline group instance.
    provisioningState String
    The provisioning state of a pipeline group instance. Set to Succeeded if everything is healthy.
    receivers List<ReceiverResponse>
    The receivers specified for a pipeline group instance.
    service ServiceResponse
    The service section for a given pipeline group instance.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    extendedLocation ExtendedLocationResponse
    The extended location for given pipeline group.
    networkingConfigurations List<NetworkingConfigurationResponse>
    Networking configurations for the pipeline group instance.
    replicas Integer
    Defines the amount of replicas of the pipeline group instance.
    tags Map<String,String>
    Resource tags.
    exporters ExporterResponse[]
    The exporters specified for a pipeline group instance.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    processors ProcessorResponse[]
    The processors specified for a pipeline group instance.
    provisioningState string
    The provisioning state of a pipeline group instance. Set to Succeeded if everything is healthy.
    receivers ReceiverResponse[]
    The receivers specified for a pipeline group instance.
    service ServiceResponse
    The service section for a given pipeline group instance.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    extendedLocation ExtendedLocationResponse
    The extended location for given pipeline group.
    networkingConfigurations NetworkingConfigurationResponse[]
    Networking configurations for the pipeline group instance.
    replicas number
    Defines the amount of replicas of the pipeline group instance.
    tags {[key: string]: string}
    Resource tags.
    exporters Sequence[ExporterResponse]
    The exporters specified for a pipeline group instance.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    processors Sequence[ProcessorResponse]
    The processors specified for a pipeline group instance.
    provisioning_state str
    The provisioning state of a pipeline group instance. Set to Succeeded if everything is healthy.
    receivers Sequence[ReceiverResponse]
    The receivers specified for a pipeline group instance.
    service ServiceResponse
    The service section for a given pipeline group instance.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    extended_location ExtendedLocationResponse
    The extended location for given pipeline group.
    networking_configurations Sequence[NetworkingConfigurationResponse]
    Networking configurations for the pipeline group instance.
    replicas int
    Defines the amount of replicas of the pipeline group instance.
    tags Mapping[str, str]
    Resource tags.
    exporters List<Property Map>
    The exporters specified for a pipeline group instance.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    processors List<Property Map>
    The processors specified for a pipeline group instance.
    provisioningState String
    The provisioning state of a pipeline group instance. Set to Succeeded if everything is healthy.
    receivers List<Property Map>
    The receivers specified for a pipeline group instance.
    service Property Map
    The service section for a given pipeline group instance.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    extendedLocation Property Map
    The extended location for given pipeline group.
    networkingConfigurations List<Property Map>
    Networking configurations for the pipeline group instance.
    replicas Number
    Defines the amount of replicas of the pipeline group instance.
    tags Map<String>
    Resource tags.

    Supporting Types

    AzureMonitorWorkspaceLogsApiConfigResponse

    DataCollectionEndpointUrl string
    Data collection endpoint ingestion url.
    DataCollectionRule string
    Data Collection Rule (DCR) immutable id.
    Schema Pulumi.AzureNative.Monitor.Inputs.SchemaMapResponse
    The schema mapping for incoming data.
    Stream string
    Stream name in destination. Azure Monitor stream is related to the destination table.
    DataCollectionEndpointUrl string
    Data collection endpoint ingestion url.
    DataCollectionRule string
    Data Collection Rule (DCR) immutable id.
    Schema SchemaMapResponse
    The schema mapping for incoming data.
    Stream string
    Stream name in destination. Azure Monitor stream is related to the destination table.
    dataCollectionEndpointUrl String
    Data collection endpoint ingestion url.
    dataCollectionRule String
    Data Collection Rule (DCR) immutable id.
    schema SchemaMapResponse
    The schema mapping for incoming data.
    stream String
    Stream name in destination. Azure Monitor stream is related to the destination table.
    dataCollectionEndpointUrl string
    Data collection endpoint ingestion url.
    dataCollectionRule string
    Data Collection Rule (DCR) immutable id.
    schema SchemaMapResponse
    The schema mapping for incoming data.
    stream string
    Stream name in destination. Azure Monitor stream is related to the destination table.
    data_collection_endpoint_url str
    Data collection endpoint ingestion url.
    data_collection_rule str
    Data Collection Rule (DCR) immutable id.
    schema SchemaMapResponse
    The schema mapping for incoming data.
    stream str
    Stream name in destination. Azure Monitor stream is related to the destination table.
    dataCollectionEndpointUrl String
    Data collection endpoint ingestion url.
    dataCollectionRule String
    Data Collection Rule (DCR) immutable id.
    schema Property Map
    The schema mapping for incoming data.
    stream String
    Stream name in destination. Azure Monitor stream is related to the destination table.

    AzureMonitorWorkspaceLogsExporterResponse

    Api AzureMonitorWorkspaceLogsApiConfigResponse
    API configurations for Azure Monitor workspace exporter.
    Cache CacheConfigurationResponse
    Cache configurations.
    Concurrency ConcurrencyConfigurationResponse
    Concurrency configuration for the exporter.
    api AzureMonitorWorkspaceLogsApiConfigResponse
    API configurations for Azure Monitor workspace exporter.
    cache CacheConfigurationResponse
    Cache configurations.
    concurrency ConcurrencyConfigurationResponse
    Concurrency configuration for the exporter.
    api AzureMonitorWorkspaceLogsApiConfigResponse
    API configurations for Azure Monitor workspace exporter.
    cache CacheConfigurationResponse
    Cache configurations.
    concurrency ConcurrencyConfigurationResponse
    Concurrency configuration for the exporter.
    api AzureMonitorWorkspaceLogsApiConfigResponse
    API configurations for Azure Monitor workspace exporter.
    cache CacheConfigurationResponse
    Cache configurations.
    concurrency ConcurrencyConfigurationResponse
    Concurrency configuration for the exporter.
    api Property Map
    API configurations for Azure Monitor workspace exporter.
    cache Property Map
    Cache configurations.
    concurrency Property Map
    Concurrency configuration for the exporter.

    BatchProcessorResponse

    BatchSize int
    Size of the batch.
    Timeout int
    Timeout in milliseconds.
    BatchSize int
    Size of the batch.
    Timeout int
    Timeout in milliseconds.
    batchSize Integer
    Size of the batch.
    timeout Integer
    Timeout in milliseconds.
    batchSize number
    Size of the batch.
    timeout number
    Timeout in milliseconds.
    batch_size int
    Size of the batch.
    timeout int
    Timeout in milliseconds.
    batchSize Number
    Size of the batch.
    timeout Number
    Timeout in milliseconds.

    CacheConfigurationResponse

    MaxStorageUsage int
    Max storage usage in megabytes.
    RetentionPeriod int
    Retention period in minutes.
    MaxStorageUsage int
    Max storage usage in megabytes.
    RetentionPeriod int
    Retention period in minutes.
    maxStorageUsage Integer
    Max storage usage in megabytes.
    retentionPeriod Integer
    Retention period in minutes.
    maxStorageUsage number
    Max storage usage in megabytes.
    retentionPeriod number
    Retention period in minutes.
    max_storage_usage int
    Max storage usage in megabytes.
    retention_period int
    Retention period in minutes.
    maxStorageUsage Number
    Max storage usage in megabytes.
    retentionPeriod Number
    Retention period in minutes.

    ConcurrencyConfigurationResponse

    BatchQueueSize int
    Size of the queue for log batches.
    WorkerCount int
    Number of parallel workers processing the log queues.
    BatchQueueSize int
    Size of the queue for log batches.
    WorkerCount int
    Number of parallel workers processing the log queues.
    batchQueueSize Integer
    Size of the queue for log batches.
    workerCount Integer
    Number of parallel workers processing the log queues.
    batchQueueSize number
    Size of the queue for log batches.
    workerCount number
    Number of parallel workers processing the log queues.
    batch_queue_size int
    Size of the queue for log batches.
    worker_count int
    Number of parallel workers processing the log queues.
    batchQueueSize Number
    Size of the queue for log batches.
    workerCount Number
    Number of parallel workers processing the log queues.

    ExporterResponse

    Name string
    The name of exporter.
    Type string
    The type of exporter.
    AzureMonitorWorkspaceLogs Pulumi.AzureNative.Monitor.Inputs.AzureMonitorWorkspaceLogsExporterResponse
    Azure Monitor Workspace Logs specific configurations.
    Tcp Pulumi.AzureNative.Monitor.Inputs.TcpExporterResponse
    TCP based exporter. Used for pipelineGroup exporter.
    Name string
    The name of exporter.
    Type string
    The type of exporter.
    AzureMonitorWorkspaceLogs AzureMonitorWorkspaceLogsExporterResponse
    Azure Monitor Workspace Logs specific configurations.
    Tcp TcpExporterResponse
    TCP based exporter. Used for pipelineGroup exporter.
    name String
    The name of exporter.
    type String
    The type of exporter.
    azureMonitorWorkspaceLogs AzureMonitorWorkspaceLogsExporterResponse
    Azure Monitor Workspace Logs specific configurations.
    tcp TcpExporterResponse
    TCP based exporter. Used for pipelineGroup exporter.
    name string
    The name of exporter.
    type string
    The type of exporter.
    azureMonitorWorkspaceLogs AzureMonitorWorkspaceLogsExporterResponse
    Azure Monitor Workspace Logs specific configurations.
    tcp TcpExporterResponse
    TCP based exporter. Used for pipelineGroup exporter.
    name str
    The name of exporter.
    type str
    The type of exporter.
    azure_monitor_workspace_logs AzureMonitorWorkspaceLogsExporterResponse
    Azure Monitor Workspace Logs specific configurations.
    tcp TcpExporterResponse
    TCP based exporter. Used for pipelineGroup exporter.
    name String
    The name of exporter.
    type String
    The type of exporter.
    azureMonitorWorkspaceLogs Property Map
    Azure Monitor Workspace Logs specific configurations.
    tcp Property Map
    TCP based exporter. Used for pipelineGroup exporter.

    ExtendedLocationResponse

    Name string
    The name of extended location.
    Type string
    The type of extended location.
    Name string
    The name of extended location.
    Type string
    The type of extended location.
    name String
    The name of extended location.
    type String
    The type of extended location.
    name string
    The name of extended location.
    type string
    The type of extended location.
    name str
    The name of extended location.
    type str
    The type of extended location.
    name String
    The name of extended location.
    type String
    The type of extended location.

    NetworkingConfigurationResponse

    ExternalNetworkingMode string
    External networking mode.
    Routes List<Pulumi.AzureNative.Monitor.Inputs.NetworkingRouteResponse>
    Networking routes configuration.
    Host string
    The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com.
    ExternalNetworkingMode string
    External networking mode.
    Routes []NetworkingRouteResponse
    Networking routes configuration.
    Host string
    The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com.
    externalNetworkingMode String
    External networking mode.
    routes List<NetworkingRouteResponse>
    Networking routes configuration.
    host String
    The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com.
    externalNetworkingMode string
    External networking mode.
    routes NetworkingRouteResponse[]
    Networking routes configuration.
    host string
    The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com.
    external_networking_mode str
    External networking mode.
    routes Sequence[NetworkingRouteResponse]
    Networking routes configuration.
    host str
    The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com.
    externalNetworkingMode String
    External networking mode.
    routes List<Property Map>
    Networking routes configuration.
    host String
    The address exposed on the cluster. Example: azuremonitorpipeline.contoso.com.

    NetworkingRouteResponse

    Receiver string
    The name of the previously defined receiver.
    Path string
    Route path.
    Port int
    The port that will be configured externally. If not specified, it will use the port from the receiver definition.
    Subdomain string
    Route subdomain.
    Receiver string
    The name of the previously defined receiver.
    Path string
    Route path.
    Port int
    The port that will be configured externally. If not specified, it will use the port from the receiver definition.
    Subdomain string
    Route subdomain.
    receiver String
    The name of the previously defined receiver.
    path String
    Route path.
    port Integer
    The port that will be configured externally. If not specified, it will use the port from the receiver definition.
    subdomain String
    Route subdomain.
    receiver string
    The name of the previously defined receiver.
    path string
    Route path.
    port number
    The port that will be configured externally. If not specified, it will use the port from the receiver definition.
    subdomain string
    Route subdomain.
    receiver str
    The name of the previously defined receiver.
    path str
    Route path.
    port int
    The port that will be configured externally. If not specified, it will use the port from the receiver definition.
    subdomain str
    Route subdomain.
    receiver String
    The name of the previously defined receiver.
    path String
    Route path.
    port Number
    The port that will be configured externally. If not specified, it will use the port from the receiver definition.
    subdomain String
    Route subdomain.

    OtlpReceiverResponse

    Endpoint string
    OTLP GRPC endpoint definition. Example: 0.0.0.0:.
    Endpoint string
    OTLP GRPC endpoint definition. Example: 0.0.0.0:.
    endpoint String
    OTLP GRPC endpoint definition. Example: 0.0.0.0:.
    endpoint string
    OTLP GRPC endpoint definition. Example: 0.0.0.0:.
    endpoint str
    OTLP GRPC endpoint definition. Example: 0.0.0.0:.
    endpoint String
    OTLP GRPC endpoint definition. Example: 0.0.0.0:.

    PersistenceConfigurationsResponse

    PersistentVolumeName string
    The name of the mounted persistent volume.
    PersistentVolumeName string
    The name of the mounted persistent volume.
    persistentVolumeName String
    The name of the mounted persistent volume.
    persistentVolumeName string
    The name of the mounted persistent volume.
    persistent_volume_name str
    The name of the mounted persistent volume.
    persistentVolumeName String
    The name of the mounted persistent volume.

    PipelineResponse

    Exporters List<string>
    Reference to exporters configured for the pipeline.
    Name string
    Name of the pipeline.
    Receivers List<string>
    Reference to receivers configured for the pipeline.
    Type string
    The type of pipeline
    Processors List<string>
    Reference to processors configured for the pipeline.
    Exporters []string
    Reference to exporters configured for the pipeline.
    Name string
    Name of the pipeline.
    Receivers []string
    Reference to receivers configured for the pipeline.
    Type string
    The type of pipeline
    Processors []string
    Reference to processors configured for the pipeline.
    exporters List<String>
    Reference to exporters configured for the pipeline.
    name String
    Name of the pipeline.
    receivers List<String>
    Reference to receivers configured for the pipeline.
    type String
    The type of pipeline
    processors List<String>
    Reference to processors configured for the pipeline.
    exporters string[]
    Reference to exporters configured for the pipeline.
    name string
    Name of the pipeline.
    receivers string[]
    Reference to receivers configured for the pipeline.
    type string
    The type of pipeline
    processors string[]
    Reference to processors configured for the pipeline.
    exporters Sequence[str]
    Reference to exporters configured for the pipeline.
    name str
    Name of the pipeline.
    receivers Sequence[str]
    Reference to receivers configured for the pipeline.
    type str
    The type of pipeline
    processors Sequence[str]
    Reference to processors configured for the pipeline.
    exporters List<String>
    Reference to exporters configured for the pipeline.
    name String
    Name of the pipeline.
    receivers List<String>
    Reference to receivers configured for the pipeline.
    type String
    The type of pipeline
    processors List<String>
    Reference to processors configured for the pipeline.

    ProcessorResponse

    Name string
    The name of processor.
    Type string
    The type of processor.
    Batch Pulumi.AzureNative.Monitor.Inputs.BatchProcessorResponse
    Batch processor configurations.
    Name string
    The name of processor.
    Type string
    The type of processor.
    Batch BatchProcessorResponse
    Batch processor configurations.
    name String
    The name of processor.
    type String
    The type of processor.
    batch BatchProcessorResponse
    Batch processor configurations.
    name string
    The name of processor.
    type string
    The type of processor.
    batch BatchProcessorResponse
    Batch processor configurations.
    name str
    The name of processor.
    type str
    The type of processor.
    batch BatchProcessorResponse
    Batch processor configurations.
    name String
    The name of processor.
    type String
    The type of processor.
    batch Property Map
    Batch processor configurations.

    ReceiverResponse

    Name string
    The name of receiver.
    Type string
    The type of receiver.
    Otlp Pulumi.AzureNative.Monitor.Inputs.OtlpReceiverResponse
    OTLP receiver configurations. This field is mandatory for OTLP and pipelineGroup receivers.
    Syslog Pulumi.AzureNative.Monitor.Inputs.SyslogReceiverResponse
    Syslog configurations. This field is mandatory for syslog type receivers.
    Udp Pulumi.AzureNative.Monitor.Inputs.UdpReceiverResponse
    UDP receiver configurations. This field is mandatory for UDP receivers.
    Name string
    The name of receiver.
    Type string
    The type of receiver.
    Otlp OtlpReceiverResponse
    OTLP receiver configurations. This field is mandatory for OTLP and pipelineGroup receivers.
    Syslog SyslogReceiverResponse
    Syslog configurations. This field is mandatory for syslog type receivers.
    Udp UdpReceiverResponse
    UDP receiver configurations. This field is mandatory for UDP receivers.
    name String
    The name of receiver.
    type String
    The type of receiver.
    otlp OtlpReceiverResponse
    OTLP receiver configurations. This field is mandatory for OTLP and pipelineGroup receivers.
    syslog SyslogReceiverResponse
    Syslog configurations. This field is mandatory for syslog type receivers.
    udp UdpReceiverResponse
    UDP receiver configurations. This field is mandatory for UDP receivers.
    name string
    The name of receiver.
    type string
    The type of receiver.
    otlp OtlpReceiverResponse
    OTLP receiver configurations. This field is mandatory for OTLP and pipelineGroup receivers.
    syslog SyslogReceiverResponse
    Syslog configurations. This field is mandatory for syslog type receivers.
    udp UdpReceiverResponse
    UDP receiver configurations. This field is mandatory for UDP receivers.
    name str
    The name of receiver.
    type str
    The type of receiver.
    otlp OtlpReceiverResponse
    OTLP receiver configurations. This field is mandatory for OTLP and pipelineGroup receivers.
    syslog SyslogReceiverResponse
    Syslog configurations. This field is mandatory for syslog type receivers.
    udp UdpReceiverResponse
    UDP receiver configurations. This field is mandatory for UDP receivers.
    name String
    The name of receiver.
    type String
    The type of receiver.
    otlp Property Map
    OTLP receiver configurations. This field is mandatory for OTLP and pipelineGroup receivers.
    syslog Property Map
    Syslog configurations. This field is mandatory for syslog type receivers.
    udp Property Map
    UDP receiver configurations. This field is mandatory for UDP receivers.

    RecordMapResponse

    From string
    Record Map Key.
    To string
    Record Map Value.
    From string
    Record Map Key.
    To string
    Record Map Value.
    from String
    Record Map Key.
    to String
    Record Map Value.
    from string
    Record Map Key.
    to string
    Record Map Value.
    from_ str
    Record Map Key.
    to str
    Record Map Value.
    from String
    Record Map Key.
    to String
    Record Map Value.

    ResourceMapResponse

    From string
    Resource Map Key.
    To string
    Resource Map Value.
    From string
    Resource Map Key.
    To string
    Resource Map Value.
    from String
    Resource Map Key.
    to String
    Resource Map Value.
    from string
    Resource Map Key.
    to string
    Resource Map Value.
    from_ str
    Resource Map Key.
    to str
    Resource Map Value.
    from String
    Resource Map Key.
    to String
    Resource Map Value.

    SchemaMapResponse

    RecordMap List<Pulumi.AzureNative.Monitor.Inputs.RecordMapResponse>
    Record Map.
    ResourceMap List<Pulumi.AzureNative.Monitor.Inputs.ResourceMapResponse>
    Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.
    ScopeMap List<Pulumi.AzureNative.Monitor.Inputs.ScopeMapResponse>
    A scope map is a logical unit of the application code with which the emitted telemetry can be associated.
    RecordMap []RecordMapResponse
    Record Map.
    ResourceMap []ResourceMapResponse
    Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.
    ScopeMap []ScopeMapResponse
    A scope map is a logical unit of the application code with which the emitted telemetry can be associated.
    recordMap List<RecordMapResponse>
    Record Map.
    resourceMap List<ResourceMapResponse>
    Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.
    scopeMap List<ScopeMapResponse>
    A scope map is a logical unit of the application code with which the emitted telemetry can be associated.
    recordMap RecordMapResponse[]
    Record Map.
    resourceMap ResourceMapResponse[]
    Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.
    scopeMap ScopeMapResponse[]
    A scope map is a logical unit of the application code with which the emitted telemetry can be associated.
    record_map Sequence[RecordMapResponse]
    Record Map.
    resource_map Sequence[ResourceMapResponse]
    Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.
    scope_map Sequence[ScopeMapResponse]
    A scope map is a logical unit of the application code with which the emitted telemetry can be associated.
    recordMap List<Property Map>
    Record Map.
    resourceMap List<Property Map>
    Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.
    scopeMap List<Property Map>
    A scope map is a logical unit of the application code with which the emitted telemetry can be associated.

    ScopeMapResponse

    From string
    Scope Map Key.
    To string
    Scope Map Value.
    From string
    Scope Map Key.
    To string
    Scope Map Value.
    from String
    Scope Map Key.
    to String
    Scope Map Value.
    from string
    Scope Map Key.
    to string
    Scope Map Value.
    from_ str
    Scope Map Key.
    to str
    Scope Map Value.
    from String
    Scope Map Key.
    to String
    Scope Map Value.

    ServiceResponse

    Pipelines List<Pulumi.AzureNative.Monitor.Inputs.PipelineResponse>
    Pipelines belonging to a given pipeline group.
    Persistence Pulumi.AzureNative.Monitor.Inputs.PersistenceConfigurationsResponse
    Persistence options to all pipelines in the instance.
    Pipelines []PipelineResponse
    Pipelines belonging to a given pipeline group.
    Persistence PersistenceConfigurationsResponse
    Persistence options to all pipelines in the instance.
    pipelines List<PipelineResponse>
    Pipelines belonging to a given pipeline group.
    persistence PersistenceConfigurationsResponse
    Persistence options to all pipelines in the instance.
    pipelines PipelineResponse[]
    Pipelines belonging to a given pipeline group.
    persistence PersistenceConfigurationsResponse
    Persistence options to all pipelines in the instance.
    pipelines Sequence[PipelineResponse]
    Pipelines belonging to a given pipeline group.
    persistence PersistenceConfigurationsResponse
    Persistence options to all pipelines in the instance.
    pipelines List<Property Map>
    Pipelines belonging to a given pipeline group.
    persistence Property Map
    Persistence options to all pipelines in the instance.

    SyslogReceiverResponse

    Endpoint string
    Syslog receiver endpoint definition. Example: 0.0.0.0:.
    Protocol string
    Protocol to parse syslog messages. Default rfc3164
    Endpoint string
    Syslog receiver endpoint definition. Example: 0.0.0.0:.
    Protocol string
    Protocol to parse syslog messages. Default rfc3164
    endpoint String
    Syslog receiver endpoint definition. Example: 0.0.0.0:.
    protocol String
    Protocol to parse syslog messages. Default rfc3164
    endpoint string
    Syslog receiver endpoint definition. Example: 0.0.0.0:.
    protocol string
    Protocol to parse syslog messages. Default rfc3164
    endpoint str
    Syslog receiver endpoint definition. Example: 0.0.0.0:.
    protocol str
    Protocol to parse syslog messages. Default rfc3164
    endpoint String
    Syslog receiver endpoint definition. Example: 0.0.0.0:.
    protocol String
    Protocol to parse syslog messages. Default rfc3164

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    TcpExporterResponse

    Url string
    TCP url to export.
    Url string
    TCP url to export.
    url String
    TCP url to export.
    url string
    TCP url to export.
    url str
    TCP url to export.
    url String
    TCP url to export.

    UdpReceiverResponse

    Endpoint string
    TCP endpoint definition. Example: 0.0.0.0:.
    Encoding string
    The encoding of the stream being received.
    ReadQueueLength int
    Max read queue length.
    Endpoint string
    TCP endpoint definition. Example: 0.0.0.0:.
    Encoding string
    The encoding of the stream being received.
    ReadQueueLength int
    Max read queue length.
    endpoint String
    TCP endpoint definition. Example: 0.0.0.0:.
    encoding String
    The encoding of the stream being received.
    readQueueLength Integer
    Max read queue length.
    endpoint string
    TCP endpoint definition. Example: 0.0.0.0:.
    encoding string
    The encoding of the stream being received.
    readQueueLength number
    Max read queue length.
    endpoint str
    TCP endpoint definition. Example: 0.0.0.0:.
    encoding str
    The encoding of the stream being received.
    read_queue_length int
    Max read queue length.
    endpoint String
    TCP endpoint definition. Example: 0.0.0.0:.
    encoding String
    The encoding of the stream being received.
    readQueueLength Number
    Max read queue length.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.44.1 published on Thursday, Jun 6, 2024 by Pulumi