export declare const EndpointMonitoringConfigurationPersistentAppUi: {
    readonly Enabled: "ENABLED";
    readonly Disabled: "DISABLED";
};
export type EndpointMonitoringConfigurationPersistentAppUi = (typeof EndpointMonitoringConfigurationPersistentAppUi)[keyof typeof EndpointMonitoringConfigurationPersistentAppUi];
export declare const SecurityConfigurationContainerProviderType: {
    readonly Eks: "EKS";
};
/**
 * The container provider type.
 */
export type SecurityConfigurationContainerProviderType = (typeof SecurityConfigurationContainerProviderType)[keyof typeof SecurityConfigurationContainerProviderType];
export declare const SecurityConfigurationLocalDiskEncryptionConfigurationEncryptionKeyProviderType: {
    readonly AwsKms: "AwsKms";
};
/**
 * The encryption key provider type.
 */
export type SecurityConfigurationLocalDiskEncryptionConfigurationEncryptionKeyProviderType = (typeof SecurityConfigurationLocalDiskEncryptionConfigurationEncryptionKeyProviderType)[keyof typeof SecurityConfigurationLocalDiskEncryptionConfigurationEncryptionKeyProviderType];
export declare const SecurityConfigurationS3EncryptionConfigurationEncryptionOption: {
    readonly SseS3: "SSE-S3";
    readonly SseKms: "SSE-KMS";
    readonly CseKms: "CSE-KMS";
};
/**
 * The S3 encryption option.
 */
export type SecurityConfigurationS3EncryptionConfigurationEncryptionOption = (typeof SecurityConfigurationS3EncryptionConfigurationEncryptionOption)[keyof typeof SecurityConfigurationS3EncryptionConfigurationEncryptionOption];
export declare const SecurityConfigurationTlsCertificateConfigurationCertificateProviderType: {
    readonly Pem: "PEM";
};
/**
 * The certificate provider type.
 */
export type SecurityConfigurationTlsCertificateConfigurationCertificateProviderType = (typeof SecurityConfigurationTlsCertificateConfigurationCertificateProviderType)[keyof typeof SecurityConfigurationTlsCertificateConfigurationCertificateProviderType];
