This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EVS::Environment LicenseInfo
The license information that Amazon EVS requires to create an environment. Amazon EVS requires two license keys: a VCF solution key and a vSAN license key.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SolutionKey" :
String
, "VsanKey" :String
}
YAML
SolutionKey:
String
VsanKey:String
Properties
SolutionKey
-
The VCF solution key. This license unlocks VMware VCF product features, including vSphere, NSX, SDDC Manager, and vCenter Server. The VCF solution key must cover a minimum of 256 cores.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}$
Update requires: Updates are not supported.
VsanKey
-
The VSAN license key. This license unlocks vSAN features. The vSAN license key must provide at least 110 TiB of vSAN capacity.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}$
Update requires: Updates are not supported.