Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apprunner.CfnServicePropsMixin.Builder
Packages that use CfnServicePropsMixin.Builder
-
Uses of CfnServicePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apprunner
Methods in software.amazon.awscdk.cfnpropertymixins.services.apprunner that return CfnServicePropsMixin.BuilderModifier and TypeMethodDescriptionCfnServicePropsMixin.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 CfnServicePropsMixin.BuilderCfnServicePropsMixin.Builder.create()static CfnServicePropsMixin.BuilderCfnServicePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnServicePropsMixin.Builder.encryptionConfiguration(CfnServicePropsMixin.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.CfnServicePropsMixin.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.CfnServicePropsMixin.Builder.healthCheckConfiguration(CfnServicePropsMixin.HealthCheckConfigurationProperty healthCheckConfiguration) The settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.CfnServicePropsMixin.Builder.healthCheckConfiguration(IResolvable healthCheckConfiguration) The settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.CfnServicePropsMixin.Builder.instanceConfiguration(CfnServicePropsMixin.InstanceConfigurationProperty instanceConfiguration) The runtime configuration of instances (scaling units) of your service.CfnServicePropsMixin.Builder.instanceConfiguration(IResolvable instanceConfiguration) The runtime configuration of instances (scaling units) of your service.CfnServicePropsMixin.Builder.networkConfiguration(CfnServicePropsMixin.NetworkConfigurationProperty networkConfiguration) Configuration settings related to network traffic of the web application that the App Runner service runs.CfnServicePropsMixin.Builder.networkConfiguration(IResolvable networkConfiguration) Configuration settings related to network traffic of the web application that the App Runner service runs.CfnServicePropsMixin.Builder.observabilityConfiguration(CfnServicePropsMixin.ServiceObservabilityConfigurationProperty observabilityConfiguration) The observability configuration of your service.CfnServicePropsMixin.Builder.observabilityConfiguration(IResolvable observabilityConfiguration) The observability configuration of your service.CfnServicePropsMixin.Builder.serviceName(String serviceName) A name for the App Runner service.CfnServicePropsMixin.Builder.sourceConfiguration(CfnServicePropsMixin.SourceConfigurationProperty sourceConfiguration) The source to deploy to the App Runner service.CfnServicePropsMixin.Builder.sourceConfiguration(IResolvable 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.