Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.evs.CfnEnvironmentPropsMixin.Builder
Packages that use CfnEnvironmentPropsMixin.Builder
-
Uses of CfnEnvironmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.evs
Methods in software.amazon.awscdk.cfnpropertymixins.services.evs that return CfnEnvironmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEnvironmentPropsMixin.Builder.connectivityInfo(CfnEnvironmentPropsMixin.ConnectivityInfoProperty connectivityInfo) The connectivity configuration for the environment.CfnEnvironmentPropsMixin.Builder.connectivityInfo(IResolvable connectivityInfo) The connectivity configuration for the environment.CfnEnvironmentPropsMixin.Builder.create()CfnEnvironmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnEnvironmentPropsMixin.Builder.environmentName(String environmentName) The name of the environment.Required for environment resource creation.CfnEnvironmentPropsMixin.Builder.hosts(IResolvable hosts) Required for environment resource creation.CfnEnvironmentPropsMixin.Builder.initialVlans(CfnEnvironmentPropsMixin.InitialVlansProperty initialVlans) CfnEnvironmentPropsMixin.Builder.initialVlans(IResolvable initialVlans) The AWS KMS key ID that AWS Secrets Manager uses to encrypt secrets that are associated with the environment.CfnEnvironmentPropsMixin.Builder.licenseInfo(CfnEnvironmentPropsMixin.LicenseInfoProperty licenseInfo) The license information that Amazon EVS requires to create an environment.CfnEnvironmentPropsMixin.Builder.licenseInfo(IResolvable licenseInfo) The license information that Amazon EVS requires to create an environment.CfnEnvironmentPropsMixin.Builder.serviceAccessSecurityGroups(CfnEnvironmentPropsMixin.ServiceAccessSecurityGroupsProperty serviceAccessSecurityGroups) The security groups that allow traffic between the Amazon EVS control plane and your VPC for service access.CfnEnvironmentPropsMixin.Builder.serviceAccessSecurityGroups(IResolvable serviceAccessSecurityGroups) The security groups that allow traffic between the Amazon EVS control plane and your VPC for service access.CfnEnvironmentPropsMixin.Builder.serviceAccessSubnetId(String serviceAccessSubnetId) 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.Metadata that assists with categorization and organization.CfnEnvironmentPropsMixin.Builder.termsAccepted(Boolean termsAccepted) 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.CfnEnvironmentPropsMixin.Builder.termsAccepted(IResolvable termsAccepted) 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.CfnEnvironmentPropsMixin.Builder.vcfHostnames(CfnEnvironmentPropsMixin.VcfHostnamesProperty vcfHostnames) The DNS hostnames to be used by the VCF management appliances in your environment.CfnEnvironmentPropsMixin.Builder.vcfHostnames(IResolvable vcfHostnames) The DNS hostnames to be used by the VCF management appliances in your environment.CfnEnvironmentPropsMixin.Builder.vcfVersion(String vcfVersion) The VCF version of the environment.The VPC associated with the environment.