Class CfnService.SourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnService.SourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.SourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnService.SourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.SourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.SourceConfigurationProperty
An implementation for
CfnService.SourceConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnService.SourceConfigurationProperty
CfnService.SourceConfigurationProperty.Builder, CfnService.SourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.SourceConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectDescribes the resources that are needed to authenticate access to some source repositories.final ObjectIftrue, continuous integration from the source repository is enabled for the App Runner service.final ObjectThe description of a source code repository.final ObjectThe description of a source image repository.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnService.SourceConfigurationProperty.Builder.
-
-
Method Details
-
getAuthenticationConfiguration
Description copied from interface:CfnService.SourceConfigurationPropertyDescribes the resources that are needed to authenticate access to some source repositories.- Specified by:
getAuthenticationConfigurationin interfaceCfnService.SourceConfigurationProperty
-
getAutoDeploymentsEnabled
Description copied from interface:CfnService.SourceConfigurationPropertyIftrue, continuous integration from the source repository is enabled for the App Runner service.Each repository change (including any source code commit or new image version) starts a deployment.
Default: App Runner sets to
falsefor 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 totruein all other cases (which currently include a source code repository or a source image using a same-account ECR repository).- Specified by:
getAutoDeploymentsEnabledin interfaceCfnService.SourceConfigurationProperty
-
getCodeRepository
Description copied from interface:CfnService.SourceConfigurationPropertyThe description of a source code repository.You must provide either this member or
ImageRepository(but not both).- Specified by:
getCodeRepositoryin interfaceCfnService.SourceConfigurationProperty
-
getImageRepository
Description copied from interface:CfnService.SourceConfigurationPropertyThe description of a source image repository.You must provide either this member or
CodeRepository(but not both).- Specified by:
getImageRepositoryin interfaceCfnService.SourceConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-