Uses of Interface
software.amazon.awscdk.services.apprunner.alpha.CodeConfigurationValues
Packages that use CodeConfigurationValues
Package
Description
AWS::AppRunner Construct Library
-
Uses of CodeConfigurationValues in software.amazon.awscdk.services.apprunner.alpha
Classes in software.amazon.awscdk.services.apprunner.alpha that implement CodeConfigurationValuesModifier and TypeClassDescriptionstatic final classAn implementation forCodeConfigurationValuesMethods in software.amazon.awscdk.services.apprunner.alpha that return CodeConfigurationValuesModifier and TypeMethodDescriptionCodeConfigurationValues.Builder.build()Builds the configured instance.default CodeConfigurationValuesGithubRepositoryProps.getCodeConfigurationValues()(experimental) The code configuration values.final CodeConfigurationValuesGithubRepositoryProps.Jsii$Proxy.getCodeConfigurationValues()default CodeConfigurationValuesCodeConfiguration.getConfigurationValues()(experimental) The basic configuration for building and running the App Runner service.final CodeConfigurationValuesCodeConfiguration.Jsii$Proxy.getConfigurationValues()Methods in software.amazon.awscdk.services.apprunner.alpha with parameters of type CodeConfigurationValuesModifier and TypeMethodDescriptionGithubRepositoryProps.Builder.codeConfigurationValues(CodeConfigurationValues codeConfigurationValues) Sets the value ofGithubRepositoryProps.getCodeConfigurationValues()GithubSource.Builder.codeConfigurationValues(CodeConfigurationValues codeConfigurationValues) (experimental) The code configuration values.CodeConfiguration.Builder.configurationValues(CodeConfigurationValues configurationValues) Sets the value ofCodeConfiguration.getConfigurationValues()