Interface CfnEnvironmentProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEnvironmentProps.Jsii$Proxy
CfnEnvironment.
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.*;
CfnEnvironmentProps cfnEnvironmentProps = CfnEnvironmentProps.builder()
.connectivityInfo(ConnectivityInfoProperty.builder()
.privateRouteServerPeerings(List.of("privateRouteServerPeerings"))
.build())
.licenseInfo(LicenseInfoProperty.builder()
.solutionKey("solutionKey")
.vsanKey("vsanKey")
.build())
.serviceAccessSubnetId("serviceAccessSubnetId")
.siteId("siteId")
.termsAccepted(false)
.vcfHostnames(VcfHostnamesProperty.builder()
.cloudBuilder("cloudBuilder")
.nsx("nsx")
.nsxEdge1("nsxEdge1")
.nsxEdge2("nsxEdge2")
.nsxManager1("nsxManager1")
.nsxManager2("nsxManager2")
.nsxManager3("nsxManager3")
.sddcManager("sddcManager")
.vCenter("vCenter")
.build())
.vcfVersion("vcfVersion")
.vpcId("vpcId")
// the properties below are optional
.environmentName("environmentName")
.hosts(List.of(HostInfoForCreateProperty.builder()
.hostName("hostName")
.instanceType("instanceType")
.keyName("keyName")
// the properties below are optional
.dedicatedHostId("dedicatedHostId")
.placementGroupId("placementGroupId")
.build()))
.initialVlans(InitialVlansProperty.builder()
.edgeVTep(InitialVlanInfoProperty.builder()
.cidr("cidr")
.build())
.expansionVlan1(InitialVlanInfoProperty.builder()
.cidr("cidr")
.build())
.expansionVlan2(InitialVlanInfoProperty.builder()
.cidr("cidr")
.build())
.hcx(InitialVlanInfoProperty.builder()
.cidr("cidr")
.build())
.nsxUpLink(InitialVlanInfoProperty.builder()
.cidr("cidr")
.build())
.vmkManagement(InitialVlanInfoProperty.builder()
.cidr("cidr")
.build())
.vmManagement(InitialVlanInfoProperty.builder()
.cidr("cidr")
.build())
.vMotion(InitialVlanInfoProperty.builder()
.cidr("cidr")
.build())
.vSan(InitialVlanInfoProperty.builder()
.cidr("cidr")
.build())
.vTep(InitialVlanInfoProperty.builder()
.cidr("cidr")
.build())
// the properties below are optional
.hcxNetworkAclId("hcxNetworkAclId")
.isHcxPublic(false)
.build())
.kmsKeyId("kmsKeyId")
.serviceAccessSecurityGroups(ServiceAccessSecurityGroupsProperty.builder()
.securityGroups(List.of("securityGroups"))
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEnvironmentPropsstatic final classAn implementation forCfnEnvironmentProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnEnvironmentProps.Builderbuilder()The connectivity configuration for the environment.default StringThe name of the environment.default ObjectgetHosts()Required for environment resource creation.default Objectdefault StringThe AWS KMS key ID that AWS Secrets Manager uses to encrypt secrets that are associated with the environment.The license information that Amazon EVS requires to create an environment.default ObjectThe security groups that allow traffic between the Amazon EVS control plane and your VPC for service access.The subnet that is used to establish connectivity between the Amazon EVS control plane and VPC.The Broadcom Site ID that is associated with your Amazon EVS environment.getTags()Metadata that assists with categorization and organization.Customer confirmation that the customer has purchased and will continue to maintain the required number of VCF software licenses to cover all physical processor cores in the Amazon EVS environment.The DNS hostnames to be used by the VCF management appliances in your environment.The VCF version of the environment.getVpcId()The VPC associated with the environment.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnectivityInfo
The connectivity configuration for the environment.Amazon EVS requires that you specify two route server peer IDs. During environment creation, the route server endpoints peer with the NSX uplink VLAN for connectivity to the NSX overlay network.
Returns union: either
IResolvableorCfnEnvironment.ConnectivityInfoProperty- See Also:
-
getLicenseInfo
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. The VCF solution key must cover a minimum of 256 cores. The vSAN license key must provide at least 110 TiB of vSAN capacity.
Returns union: either
IResolvableorCfnEnvironment.LicenseInfoProperty- See Also:
-
getServiceAccessSubnetId
The subnet that is used to establish connectivity between the Amazon EVS control plane and VPC.Amazon EVS uses this subnet to perform validations and create the environment.
- See Also:
-
getSiteId
The Broadcom Site ID that is associated with your Amazon EVS environment.Amazon EVS uses the Broadcom Site ID that you provide to meet Broadcom VCF license usage reporting requirements for Amazon EVS.
- See Also:
-
getTermsAccepted
Customer confirmation that the customer has purchased and will continue to maintain the required number of VCF software licenses to cover all physical processor cores in the Amazon EVS environment.Information about your VCF software in Amazon EVS will be shared with Broadcom to verify license compliance. Amazon EVS does not validate license keys. To validate license keys, visit the Broadcom support portal.
Returns union: either
BooleanorIResolvable- See Also:
-
getVcfHostnames
The DNS hostnames to be used by the VCF management appliances in your environment.For environment creation to be successful, each hostname entry must resolve to a domain name that you've registered in your DNS service of choice and configured in the DHCP option set of your VPC. DNS hostnames cannot be changed after environment creation has started.
Returns union: either
IResolvableorCfnEnvironment.VcfHostnamesProperty- See Also:
-
getVcfVersion
The VCF version of the environment.- See Also:
-
getVpcId
The VPC associated with the environment.- See Also:
-
getEnvironmentName
The name of the environment.- See Also:
-
getHosts
Required for environment resource creation.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEnvironment.HostInfoForCreateProperty>- See Also:
-
getInitialVlans
Amazon EVS is in public preview release and is subject to change.
The initial VLAN subnets for the environment. Amazon EVS VLAN subnets have a minimum CIDR block size of /28 and a maximum size of /24. Amazon EVS VLAN subnet CIDR blocks must not overlap with other subnets in the VPC.
Required for environment resource creation.
Returns union: either
IResolvableorCfnEnvironment.InitialVlansProperty- See Also:
-
getKmsKeyId
The AWS KMS key ID that AWS Secrets Manager uses to encrypt secrets that are associated with the environment.These secrets contain the VCF credentials that are needed to install vCenter Server, NSX, and SDDC Manager.
By default, Amazon EVS use the AWS Secrets Manager managed key
aws/secretsmanager. You can also specify a customer managed key.- See Also:
-
getServiceAccessSecurityGroups
The security groups that allow traffic between the Amazon EVS control plane and your VPC for service access.If a security group is not specified, Amazon EVS uses the default security group in your account for service access.
Returns union: either
IResolvableorCfnEnvironment.ServiceAccessSecurityGroupsProperty- See Also:
-
getTags
Metadata that assists with categorization and organization.Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or AWS resources.
- See Also:
-
builder
- Returns:
- a
CfnEnvironmentProps.BuilderofCfnEnvironmentProps
-