Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.m2.CfnEnvironmentPropsMixin.Builder
Packages that use CfnEnvironmentPropsMixin.Builder
-
Uses of CfnEnvironmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.m2
Methods in software.amazon.awscdk.cfnpropertymixins.services.m2 that return CfnEnvironmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEnvironmentPropsMixin.Builder.create()CfnEnvironmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnEnvironmentPropsMixin.Builder.description(String description) The description of the runtime environment.CfnEnvironmentPropsMixin.Builder.engineType(String engineType) The target platform for the runtime environment.CfnEnvironmentPropsMixin.Builder.engineVersion(String engineVersion) The version of the runtime engine.CfnEnvironmentPropsMixin.Builder.highAvailabilityConfig(CfnEnvironmentPropsMixin.HighAvailabilityConfigProperty highAvailabilityConfig) CfnEnvironmentPropsMixin.Builder.highAvailabilityConfig(IResolvable highAvailabilityConfig) CfnEnvironmentPropsMixin.Builder.instanceType(String instanceType) The instance type of the runtime environment.The identifier of a customer managed key.The name of the runtime environment.CfnEnvironmentPropsMixin.Builder.networkType(String networkType) The network type supported by the runtime environment.CfnEnvironmentPropsMixin.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Configures the maintenance window that you want for the runtime environment.CfnEnvironmentPropsMixin.Builder.publiclyAccessible(Boolean publiclyAccessible) Specifies whether the runtime environment is publicly accessible.CfnEnvironmentPropsMixin.Builder.publiclyAccessible(IResolvable publiclyAccessible) Specifies whether the runtime environment is publicly accessible.CfnEnvironmentPropsMixin.Builder.securityGroupIds(List<String> securityGroupIds) The list of security groups for the VPC associated with this runtime environment.CfnEnvironmentPropsMixin.Builder.storageConfigurations(List<? extends Object> storageConfigurations) CfnEnvironmentPropsMixin.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.