Class CfnService.SourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.SourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.SourceConfigurationProperty
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.Returns union: either
IResolvableorCfnService.AuthenticationConfigurationProperty- Specified by:
getAuthenticationConfigurationin interfaceCfnService.SourceConfigurationProperty- See Also:
-
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).Returns union: either
BooleanorIResolvable- Specified by:
getAutoDeploymentsEnabledin interfaceCfnService.SourceConfigurationProperty- See Also:
-
getCodeRepository
Description copied from interface:CfnService.SourceConfigurationPropertyThe description of a source code repository.You must provide either this member or
ImageRepository(but not both).Returns union: either
IResolvableorCfnService.CodeRepositoryProperty- Specified by:
getCodeRepositoryin interfaceCfnService.SourceConfigurationProperty- See Also:
-
getImageRepository
Description copied from interface:CfnService.SourceConfigurationPropertyThe description of a source image repository.You must provide either this member or
CodeRepository(but not both).Returns union: either
IResolvableorCfnService.ImageRepositoryProperty- Specified by:
getImageRepositoryin interfaceCfnService.SourceConfigurationProperty- See Also:
-
$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()
-