@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.412Z") @Stability(value=Experimental) public class GitLabSourceCodeProvider extends software.amazon.jsii.JsiiObject implements ISourceCodeProvider
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
import software.amazon.awscdk.services.amplify.*;
SecretValue secretValue;
GitLabSourceCodeProvider gitLabSourceCodeProvider = GitLabSourceCodeProvider.Builder.create()
.oauthToken(secretValue)
.owner("owner")
.repository("repository")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
GitLabSourceCodeProvider.Builder
(experimental) A fluent builder for
GitLabSourceCodeProvider. |
software.amazon.jsii.JsiiObject.InitializationModeISourceCodeProvider.Jsii$Default, ISourceCodeProvider.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
GitLabSourceCodeProvider(GitLabSourceCodeProviderProps props) |
protected |
GitLabSourceCodeProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GitLabSourceCodeProvider(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeProviderConfig |
bind(App _app)
(experimental) Binds the source code provider to an app.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected GitLabSourceCodeProvider(software.amazon.jsii.JsiiObjectRef objRef)
protected GitLabSourceCodeProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public GitLabSourceCodeProvider(@NotNull
GitLabSourceCodeProviderProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public SourceCodeProviderConfig bind(@NotNull App _app)
bind in interface ISourceCodeProvider_app - This parameter is required.Copyright © 2022. All rights reserved.