@Stability(value=Stable)
public static interface CfnService.AuthenticationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The specific resource depends on the repository provider.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apprunner.*;
AuthenticationConfigurationProperty authenticationConfigurationProperty = AuthenticationConfigurationProperty.builder()
.accessRoleArn("accessRoleArn")
.connectionArn("connectionArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnService.AuthenticationConfigurationProperty.Builder
A builder for
CfnService.AuthenticationConfigurationProperty |
static class |
CfnService.AuthenticationConfigurationProperty.Jsii$Proxy
An implementation for
CfnService.AuthenticationConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnService.AuthenticationConfigurationProperty.Builder |
builder() |
default String |
getAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a source repository.
|
default String |
getConnectionArn()
The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner service to connect to a source repository.
|
@Stability(value=Stable) @Nullable default String getAccessRoleArn()
It's required for ECR image repositories (but not for ECR Public repositories).
@Stability(value=Stable) @Nullable default String getConnectionArn()
It's required for GitHub code repositories.
@Stability(value=Stable) static CfnService.AuthenticationConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.