@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
36 lines (35 loc) • 1.95 kB
TypeScript
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];