Class CfnServicePropsMixin.AuthenticationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apprunner.CfnServicePropsMixin.AuthenticationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.AuthenticationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.AuthenticationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.AuthenticationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.AuthenticationConfigurationProperty
An implementation for
CfnServicePropsMixin.AuthenticationConfigurationProperty-
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.cfnpropertymixins.services.apprunner.CfnServicePropsMixin.AuthenticationConfigurationProperty
CfnServicePropsMixin.AuthenticationConfigurationProperty.Builder, CfnServicePropsMixin.AuthenticationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.AuthenticationConfigurationProperty.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 ObjectThe Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a source repository.final StringThe Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner service to connect to a source 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 theCfnServicePropsMixin.AuthenticationConfigurationProperty.Builder.
-
-
Method Details
-
getAccessRoleArn
Description copied from interface:CfnServicePropsMixin.AuthenticationConfigurationPropertyThe 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:
getAccessRoleArnin interfaceCfnServicePropsMixin.AuthenticationConfigurationProperty- See Also:
-
getConnectionArn
Description copied from interface:CfnServicePropsMixin.AuthenticationConfigurationPropertyThe 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:
getConnectionArnin interfaceCfnServicePropsMixin.AuthenticationConfigurationProperty- 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()
-