@Stability(value=Stable) @Internal public static final class CfnService.SourceConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnService.SourceConfigurationProperty
CfnService.SourceConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnService.SourceConfigurationProperty.Builder, CfnService.SourceConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnService.SourceConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnService.AuthenticationConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAuthenticationConfiguration()
Describes the resources that are needed to authenticate access to some source repositories.
|
Object |
getAutoDeploymentsEnabled()
If `true` , continuous integration from the source repository is enabled for the App Runner service.
|
Object |
getCodeRepository()
The description of a source code repository.
|
Object |
getImageRepository()
The description of a source image repository.
|
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(CfnService.SourceConfigurationProperty.Builder builder)
CfnService.AuthenticationConfigurationProperty.Builder.public final Object getAuthenticationConfiguration()
CfnService.SourceConfigurationPropertygetAuthenticationConfiguration in interface CfnService.SourceConfigurationPropertypublic final Object getAutoDeploymentsEnabled()
CfnService.SourceConfigurationPropertyEach repository change (including any source code commit or new image version) starts a deployment.
Default: App Runner sets to false for a source image that uses an ECR Public repository or an ECR repository that's in an AWS account other than the one that the service is in. App Runner sets to true in all other cases (which currently include a source code repository or a source image using a same-account ECR repository).
getAutoDeploymentsEnabled in interface CfnService.SourceConfigurationPropertypublic final Object getCodeRepository()
CfnService.SourceConfigurationProperty
You must provide either this member or ImageRepository (but not both).
getCodeRepository in interface CfnService.SourceConfigurationPropertypublic final Object getImageRepository()
CfnService.SourceConfigurationProperty
You must provide either this member or CodeRepository (but not both).
getImageRepository in interface CfnService.SourceConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.