Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion releases/R2021a/aws-matlab-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"Description": "Optional License Manager for MATLAB string in the form <port>@<hostname>. If not specified, online licensing is used. If specified, the license manager must be accessible from the specified VPC and subnets. If the Network License Manager for MATLAB was deployed using the reference architecture, this can be achieved by specifying the security group of that deployment as the AdditionalSecurityGroup parameter, and by using the private hostname of the license manager host.",
"Type": "String",
"Default": "",
"AllowedPattern": "([0-9]+@[a-zA-Z0-9.\\-]+)?",
"AllowedPattern": "([0-9]+@[a-zA-Z0-9.\\-_]+)?",
"ConstraintDescription": "If specified, must be in the form <port>@<hostname>"
},
"AdditionalSecurityGroup": {
Expand Down
2 changes: 1 addition & 1 deletion releases/R2021b/aws-matlab-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
"Description": "Optional License Manager for MATLAB string in the form <port>@<hostname>. If not specified, online licensing is used. If specified, the license manager must be accessible from the specified VPC and subnets. If the Network License Manager for MATLAB was deployed using the reference architecture, this can be achieved by specifying the security group of that deployment as the AdditionalSecurityGroup parameter, and by using the private hostname of the license manager host.",
"Type": "String",
"Default": "",
"AllowedPattern": "([0-9]+@[a-zA-Z0-9.\\-]+)?",
"AllowedPattern": "([0-9]+@[a-zA-Z0-9.\\-_]+)?",
"ConstraintDescription": "If specified, must be in the form <port>@<hostname>"
},
"EnableCloudWatch": {
Expand Down