Uses of Interface
software.amazon.awscdk.services.amplify.alpha.ISourceCodeProvider
Packages that use ISourceCodeProvider
-
Uses of ISourceCodeProvider in software.amazon.awscdk.services.amplify.alpha
Subinterfaces of ISourceCodeProvider in software.amazon.awscdk.services.amplify.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISourceCodeProvider.Classes in software.amazon.awscdk.services.amplify.alpha that implement ISourceCodeProviderModifier and TypeClassDescriptionclass(experimental) CodeCommit source code provider.class(experimental) GitHub source code provider.class(experimental) GitLab source code provider.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.amplify.alpha that return ISourceCodeProviderModifier and TypeMethodDescriptiondefault ISourceCodeProviderAppProps.getSourceCodeProvider()(experimental) The source code provider for this application.final ISourceCodeProviderAppProps.Jsii$Proxy.getSourceCodeProvider()Methods in software.amazon.awscdk.services.amplify.alpha with parameters of type ISourceCodeProviderModifier and TypeMethodDescriptionApp.Builder.sourceCodeProvider(ISourceCodeProvider sourceCodeProvider) (experimental) The source code provider for this application.AppProps.Builder.sourceCodeProvider(ISourceCodeProvider sourceCodeProvider) Sets the value ofAppProps.getSourceCodeProvider()