Uses of Class
software.amazon.awscdk.services.m2.CfnEnvironment.Builder
Packages that use CfnEnvironment.Builder
-
Uses of CfnEnvironment.Builder in software.amazon.awscdk.services.m2
Methods in software.amazon.awscdk.services.m2 that return CfnEnvironment.BuilderModifier and TypeMethodDescriptionstatic CfnEnvironment.BuilderCfnEnvironment.Builder.description(String description) The description of the runtime environment.CfnEnvironment.Builder.engineType(String engineType) The target platform for the runtime environment.CfnEnvironment.Builder.engineVersion(String engineVersion) The version of the runtime engine.CfnEnvironment.Builder.highAvailabilityConfig(IResolvable highAvailabilityConfig) CfnEnvironment.Builder.highAvailabilityConfig(CfnEnvironment.HighAvailabilityConfigProperty highAvailabilityConfig) CfnEnvironment.Builder.instanceType(String instanceType) The instance type of the runtime environment.The identifier of a customer managed key.The name of the runtime environment.CfnEnvironment.Builder.networkType(String networkType) The network type supported by the runtime environment.CfnEnvironment.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Configures the maintenance window that you want for the runtime environment.CfnEnvironment.Builder.publiclyAccessible(Boolean publiclyAccessible) Specifies whether the runtime environment is publicly accessible.CfnEnvironment.Builder.publiclyAccessible(IResolvable publiclyAccessible) Specifies whether the runtime environment is publicly accessible.CfnEnvironment.Builder.securityGroupIds(List<String> securityGroupIds) The list of security groups for the VPC associated with this runtime environment.CfnEnvironment.Builder.storageConfigurations(List<? extends Object> storageConfigurations) CfnEnvironment.Builder.storageConfigurations(IResolvable storageConfigurations) The list of subnets associated with the VPC for this runtime environment.An array of key-value pairs to apply to this resource.