Class CfnService.AuthenticationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnService.AuthenticationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.AuthenticationConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnService.AuthenticationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.AuthenticationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.AuthenticationConfigurationProperty
An implementation for
CfnService.AuthenticationConfigurationProperty
-
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.AuthenticationConfigurationProperty
CfnService.AuthenticationConfigurationProperty.Builder, CfnService.AuthenticationConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.AuthenticationConfigurationProperty.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 String
The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a source repository.final String
The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner service to connect to a source 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.AuthenticationConfigurationProperty.Builder
.
-
-
Method Details
-
getAccessRoleArn
Description copied from interface:CfnService.AuthenticationConfigurationProperty
The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a source repository.It's required for ECR image repositories (but not for ECR Public repositories).
- Specified by:
getAccessRoleArn
in interfaceCfnService.AuthenticationConfigurationProperty
-
getConnectionArn
Description copied from interface:CfnService.AuthenticationConfigurationProperty
The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner service to connect to a source repository.It's required for GitHub code repositories.
- Specified by:
getConnectionArn
in interfaceCfnService.AuthenticationConfigurationProperty
-
$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()
-