@Generated(value="software.amazon.awssdk:codegen") public final class AuthenticationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuthenticationConfiguration.Builder,AuthenticationConfiguration>
Describes resources needed to authenticate access to some source repositories. The specific resource depends on the repository provider.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthenticationConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
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 |
builder() |
String |
connectionArn()
The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner service to connect to a
source repository.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuthenticationConfiguration.Builder> |
serializableBuilderClass() |
AuthenticationConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final 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).
public AuthenticationConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AuthenticationConfiguration.Builder,AuthenticationConfiguration>public static AuthenticationConfiguration.Builder builder()
public static Class<? extends AuthenticationConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.