@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)
16 lines (15 loc) • 472 B
TypeScript
export declare const DbClusterNetworkType: {
readonly Ipv4: "IPV4";
readonly Dual: "DUAL";
};
/**
* The network type of the DB cluster.
*/
export type DbClusterNetworkType = (typeof DbClusterNetworkType)[keyof typeof DbClusterNetworkType];
export declare const GlobalClusterEngine: {
readonly Neptune: "neptune";
};
/**
* The name of the database engine.
*/
export type GlobalClusterEngine = (typeof GlobalClusterEngine)[keyof typeof GlobalClusterEngine];