Interface CfnEnvironment.LicenseInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEnvironment.LicenseInfoProperty.Jsii$Proxy
- Enclosing class:
CfnEnvironment
@Stability(Stable)
public static interface CfnEnvironment.LicenseInfoProperty
extends software.amazon.jsii.JsiiSerializable
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.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.evs.*; LicenseInfoProperty licenseInfoProperty = LicenseInfoProperty.builder() .solutionKey("solutionKey") .vsanKey("vsanKey") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEnvironment.LicenseInfoProperty
static final class
An implementation forCfnEnvironment.LicenseInfoProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSolutionKey
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.
- See Also:
-
getVsanKey
The VSAN license key.This license unlocks vSAN features. The vSAN license key must provide at least 110 TiB of vSAN capacity.
- See Also:
-
builder
-