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

61 lines (60 loc) 2.45 kB
export declare const EncryptionConfigType: { readonly UserManaged: "UserManaged"; readonly ServiceManaged: "ServiceManaged"; }; /** * The type of encryption configuration being used. Currently the only supported types are 'UserManaged' and 'ServiceManaged'. */ export type EncryptionConfigType = (typeof EncryptionConfigType)[keyof typeof EncryptionConfigType]; export declare const EncryptionIdentityType: { readonly SystemAssigned: "SystemAssigned"; }; /** * The type of encryption being used. Currently the only supported type is 'SystemAssigned'. */ export type EncryptionIdentityType = (typeof EncryptionIdentityType)[keyof typeof EncryptionIdentityType]; export declare const EncryptionState: { readonly Enabled: "Enabled"; readonly Disabled: "Disabled"; }; /** * The current state of encryption for this Data Lake Store account. */ export type EncryptionState = (typeof EncryptionState)[keyof typeof EncryptionState]; export declare const FirewallAllowAzureIpsState: { readonly Enabled: "Enabled"; readonly Disabled: "Disabled"; }; /** * The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */ export type FirewallAllowAzureIpsState = (typeof FirewallAllowAzureIpsState)[keyof typeof FirewallAllowAzureIpsState]; export declare const FirewallState: { readonly Enabled: "Enabled"; readonly Disabled: "Disabled"; }; /** * The current state of the IP address firewall for this Data Lake Store account. */ export type FirewallState = (typeof FirewallState)[keyof typeof FirewallState]; export declare const TierType: { readonly Consumption: "Consumption"; readonly Commitment_1TB: "Commitment_1TB"; readonly Commitment_10TB: "Commitment_10TB"; readonly Commitment_100TB: "Commitment_100TB"; readonly Commitment_500TB: "Commitment_500TB"; readonly Commitment_1PB: "Commitment_1PB"; readonly Commitment_5PB: "Commitment_5PB"; }; /** * The commitment tier to use for next month. */ export type TierType = (typeof TierType)[keyof typeof TierType]; export declare const TrustedIdProviderState: { readonly Enabled: "Enabled"; readonly Disabled: "Disabled"; }; /** * The current state of the trusted identity provider feature for this Data Lake Store account. */ export type TrustedIdProviderState = (typeof TrustedIdProviderState)[keyof typeof TrustedIdProviderState];