UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

7 lines (6 loc) 234 B
export declare const ParameterType: { readonly String: "String"; readonly StringList: "StringList"; readonly SecureString: "SecureString"; }; export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];