@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)
17 lines (16 loc) • 747 B
TypeScript
export declare const TableBucketEncryptionConfigurationSseAlgorithm: {
readonly Aes256: "AES256";
readonly Awskms: "aws:kms";
};
/**
* Server-side encryption algorithm
*/
export type TableBucketEncryptionConfigurationSseAlgorithm = (typeof TableBucketEncryptionConfigurationSseAlgorithm)[keyof typeof TableBucketEncryptionConfigurationSseAlgorithm];
export declare const TableBucketUnreferencedFileRemovalStatus: {
readonly Enabled: "Enabled";
readonly Disabled: "Disabled";
};
/**
* Indicates whether the Unreferenced File Removal maintenance action is enabled.
*/
export type TableBucketUnreferencedFileRemovalStatus = (typeof TableBucketUnreferencedFileRemovalStatus)[keyof typeof TableBucketUnreferencedFileRemovalStatus];