@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 748 B
TypeScript
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];