UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

29 lines (28 loc) 748 B
export declare const DestinationType: { readonly AzureMonitor: "AzureMonitor"; }; /** * Emission destination type. */ export type DestinationType = (typeof DestinationType)[keyof typeof DestinationType]; export declare const EmissionType: { readonly IPFIX: "IPFIX"; }; /** * Emission format type. */ export type EmissionType = (typeof EmissionType)[keyof typeof EmissionType]; export declare const IngestionType: { readonly IPFIX: "IPFIX"; }; /** * The ingestion type. */ export type IngestionType = (typeof IngestionType)[keyof typeof IngestionType]; export declare const SourceType: { readonly Resource: "Resource"; }; /** * Ingestion source type. */ export type SourceType = (typeof SourceType)[keyof typeof SourceType];