public static interface AuthenticationConfiguration.Builder extends SdkPojo, CopyableBuilder<AuthenticationConfiguration.Builder,AuthenticationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthenticationConfiguration.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. It's required for GitHub code repositories.
connectionArn - 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.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. It's required for ECR image repositories (but not for ECR Public repositories).
accessRoleArn - 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).Copyright © 2023. All rights reserved.