diff --git a/src/parameters.json b/src/parameters.json index 8398c60..c7b0dd3 100644 --- a/src/parameters.json +++ b/src/parameters.json @@ -1,30 +1,39 @@ -[ + +[[ { "ParameterKey": "YourS3Bucket", "ParameterValue": "" }, { - "ParameterKey": "YourExistingGlueDatabase", + "ParameterKey": "S3TableBucket", "ParameterValue": "" }, { - "ParameterKey": "YourExistingGlueTable", + "ParameterKey": "S3TableBucketNamespace", "ParameterValue": "" }, { - "ParameterKey": "S3TableBucket", + "ParameterKey": "S3TableBucketTables", "ParameterValue": "" }, { - "ParameterKey": "S3TableBucketNamespace", + "ParameterKey": "S3TableBucketTablesPartitions", "ParameterValue": "" }, { - "ParameterKey": "S3TableBucketTable", + "ParameterKey": "YourExistingGlueDatabase", "ParameterValue": "" }, { - "ParameterKey": "S3TableBucketTablesPartitions", + "ParameterKey": "YourExistingGlueTable", + "ParameterValue": "" + }, + { + "ParameterKey": "YourExistingTableType", + "ParameterValue": "" + }, + { + "ParameterKey": "ClusterSize", "ParameterValue": "" }, { @@ -32,7 +41,7 @@ "ParameterValue": "New-Migration" }, { - "ParameterKey": "ClusterSize", + "ParameterKey": "RecipientEmail", "ParameterValue": "" }, { @@ -42,9 +51,5 @@ { "ParameterKey": "KeyPair", "ParameterValue": "" - }, - { - "ParameterKey": "RecipientEmail", - "ParameterValue": "" } ] \ No newline at end of file