| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfiguration |
AuthenticationConfiguration.clone() |
AuthenticationConfiguration |
SourceConfiguration.getAuthenticationConfiguration()
Describes the resources that are needed to authenticate access to some source repositories.
|
AuthenticationConfiguration |
AuthenticationConfiguration.withAccessRoleArn(String accessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a source repository.
|
AuthenticationConfiguration |
AuthenticationConfiguration.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner service to connect to a
source repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceConfiguration.setAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
Describes the resources that are needed to authenticate access to some source repositories.
|
SourceConfiguration |
SourceConfiguration.withAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
Describes the resources that are needed to authenticate access to some source repositories.
|
Copyright © 2023. All rights reserved.