| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfiguration.Builder |
AuthenticationConfiguration.Builder.accessRoleArn(String accessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a source
repository.
|
static AuthenticationConfiguration.Builder |
AuthenticationConfiguration.builder() |
AuthenticationConfiguration.Builder |
AuthenticationConfiguration.Builder.connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner service to connect to
a source repository.
|
AuthenticationConfiguration.Builder |
AuthenticationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthenticationConfiguration.Builder> |
AuthenticationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SourceConfiguration.Builder |
SourceConfiguration.Builder.authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)
Describes the resources that are needed to authenticate access to some source repositories.
|
Copyright © 2023. All rights reserved.