Uses of Class
software.amazon.awscdk.services.apprunner.CfnService.Builder
-
Uses of CfnService.Builder in software.amazon.awscdk.services.apprunner
Modifier and TypeMethodDescriptionCfnService.Builder.autoScalingConfigurationArn
(String autoScalingConfigurationArn) The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with your service.static CfnService.Builder
CfnService.Builder.encryptionConfiguration
(IResolvable encryptionConfiguration) An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.CfnService.Builder.encryptionConfiguration
(CfnService.EncryptionConfigurationProperty encryptionConfiguration) An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.CfnService.Builder.healthCheckConfiguration
(IResolvable healthCheckConfiguration) The settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.CfnService.Builder.healthCheckConfiguration
(CfnService.HealthCheckConfigurationProperty healthCheckConfiguration) The settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.CfnService.Builder.instanceConfiguration
(IResolvable instanceConfiguration) The runtime configuration of instances (scaling units) of your service.CfnService.Builder.instanceConfiguration
(CfnService.InstanceConfigurationProperty instanceConfiguration) The runtime configuration of instances (scaling units) of your service.CfnService.Builder.networkConfiguration
(IResolvable networkConfiguration) Configuration settings related to network traffic of the web application that the App Runner service runs.CfnService.Builder.networkConfiguration
(CfnService.NetworkConfigurationProperty networkConfiguration) Configuration settings related to network traffic of the web application that the App Runner service runs.CfnService.Builder.observabilityConfiguration
(IResolvable observabilityConfiguration) The observability configuration of your service.CfnService.Builder.observabilityConfiguration
(CfnService.ServiceObservabilityConfigurationProperty observabilityConfiguration) The observability configuration of your service.CfnService.Builder.serviceName
(String serviceName) A name for the App Runner service.CfnService.Builder.sourceConfiguration
(IResolvable sourceConfiguration) The source to deploy to the App Runner service.CfnService.Builder.sourceConfiguration
(CfnService.SourceConfigurationProperty sourceConfiguration) The source to deploy to the App Runner service.An optional list of metadata items that you can associate with the App Runner service resource.