class Aws::AppRunner::Types::AuthenticationConfiguration

Describes resources needed to authenticate access to some source repositories. The specific resource depends on the repository provider.

@note When making an API call, you may pass AuthenticationConfiguration

data as a hash:

    {
      connection_arn: "AppRunnerResourceArn",
      access_role_arn: "RoleArn",
    }

@!attribute [rw] connection_arn

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.
@return [String]

@!attribute [rw] access_role_arn

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).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/AuthenticationConfiguration AWS API Documentation

Constants

SENSITIVE