UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

8 lines (7 loc) 234 B
import { EncryptionConfiguration } from './encryption-configuration'; /** * Define a new AwsOwnedEncryptionConfiguration */ export declare class AwsOwnedEncryptionConfiguration extends EncryptionConfiguration { constructor(); }