@Stability(value=Experimental) @Internal public static final class SourceCodeProviderConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SourceCodeProviderConfig
SourceCodeProviderConfigsoftware.amazon.jsii.JsiiObject.InitializationModeSourceCodeProviderConfig.Builder, SourceCodeProviderConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(SourceCodeProviderConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
SourceCodeProviderConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
SecretValue |
getAccessToken()
(experimental) Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key.
|
SecretValue |
getOauthToken()
(experimental) OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key.
|
String |
getRepository()
(experimental) The repository for the application.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(SourceCodeProviderConfig.Builder builder)
SourceCodeProviderConfig.Builder.public final String getRepository()
SourceCodeProviderConfig
Must use the HTTPS protocol.
Example:
// Example automatically generated from non-compiling source. May contain errors. https:
getRepository in interface SourceCodeProviderConfigpublic final SecretValue getAccessToken()
SourceCodeProviderConfigToken is not stored.
Either accessToken or oauthToken must be specified if repository
is sepcified.
Default: - do not use a token
getAccessToken in interface SourceCodeProviderConfigpublic final SecretValue getOauthToken()
SourceCodeProviderConfigOAuth token is not stored.
Either accessToken or oauthToken must be specified if repository
is sepcified.
Default: - do not use a token
getOauthToken in interface SourceCodeProviderConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.