AWS::EVS::Environment LicenseInfo - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EVS::Environment LicenseInfo

Note

Amazon EVS is in public preview release and is subject to change.

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 Amazon 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.

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.

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.