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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnService.SourceConfigurationProperty
CfnService.SourceConfigurationProperty.Builder, CfnService.SourceConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.SourceConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Describes the resources that are needed to authenticate access to some source repositories.final Object
Iftrue
, continuous integration from the source repository is enabled for the App Runner service.final Object
The description of a source code repository.final Object
The description of a source image repository.final int
hashCode()
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.SourceConfigurationProperty
Describes the resources that are needed to authenticate access to some source repositories.- Specified by:
getAuthenticationConfiguration
in interfaceCfnService.SourceConfigurationProperty
- See Also:
-
getAutoDeploymentsEnabled
Description copied from interface:CfnService.SourceConfigurationProperty
Iftrue
, 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
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 totrue
in all other cases (which currently include a source code repository or a source image using a same-account ECR repository).- Specified by:
getAutoDeploymentsEnabled
in interfaceCfnService.SourceConfigurationProperty
- See Also:
-
getCodeRepository
Description copied from interface:CfnService.SourceConfigurationProperty
The description of a source code repository.You must provide either this member or
ImageRepository
(but not both).- Specified by:
getCodeRepository
in interfaceCfnService.SourceConfigurationProperty
- See Also:
-
getImageRepository
Description copied from interface:CfnService.SourceConfigurationProperty
The description of a source image repository.You must provide either this member or
CodeRepository
(but not both).- Specified by:
getImageRepository
in interfaceCfnService.SourceConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-