Uses of Enum
software.amazon.awscdk.services.apprunner.ConfigurationSourceType
Packages that use ConfigurationSourceType
-
Uses of ConfigurationSourceType in software.amazon.awscdk.services.apprunner
Methods in software.amazon.awscdk.services.apprunner that return ConfigurationSourceTypeModifier and TypeMethodDescriptionCodeConfiguration.getConfigurationSource()
(experimental) The source of the App Runner configuration.final ConfigurationSourceType
CodeConfiguration.Jsii$Proxy.getConfigurationSource()
GithubRepositoryProps.getConfigurationSource()
(experimental) The source of the App Runner configuration.final ConfigurationSourceType
GithubRepositoryProps.Jsii$Proxy.getConfigurationSource()
static ConfigurationSourceType
Returns the enum constant of this type with the specified name.static ConfigurationSourceType[]
ConfigurationSourceType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.apprunner with parameters of type ConfigurationSourceTypeModifier and TypeMethodDescriptionCodeConfiguration.Builder.configurationSource
(ConfigurationSourceType configurationSource) Sets the value ofCodeConfiguration.getConfigurationSource()
GithubRepositoryProps.Builder.configurationSource
(ConfigurationSourceType configurationSource) Sets the value ofGithubRepositoryProps.getConfigurationSource()
GithubSource.Builder.configurationSource
(ConfigurationSourceType configurationSource) (experimental) The source of the App Runner configuration.