Dropdown with the list of regions will be provided to user, to select the region for AWS Dynamo DB to connect to. Supported regions are: "us-gov-west-1", "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-central-1", "ap-south-1","ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "cn-north-1", "ca-central-1", "getCurrentRegion".(Referred from: http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/ http://docs.aws.amazon.com/general/latest/gr/rande.html#ddb_region)
If user does not select any region, then default region will be used, i.e. us_west_2.
getCurrentRegion from the list, returns a Region object representing the region the application is running in, when running in EC2. If this method is called from a non-EC2 environment, it will return null.
The plugin will support following CDAP data types in schema: String, Number(int, long, float, double), Boolean, NULL, Map, List, Array of String and Array of Number.
Key value drop-down to take the name of the primary key fields and attribute type. The drop-down will allow following values: String, Number(int, long, float, double), Boolean, NULL, Map, List, Array of String and Array of Number.
Key value drop-down to take the name of the primary key fields and key type. The drop-down will have the following values: "N"(number) and "S"(string).