ServiceSourceConfigurationAuthenticationConfiguration

data class ServiceSourceConfigurationAuthenticationConfiguration(val accessRoleArn: String? = null, val connectionArn: String? = null)

Constructors

constructor(accessRoleArn: String? = null, connectionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessRoleArn: String? = null

ARN of the IAM role that grants the App Runner service access to a source repository. Required for ECR image repositories (but not for ECR Public)

Link copied to clipboard
val connectionArn: String? = null

ARN of the App Runner connection that enables the App Runner service to connect to a source repository. Required for GitHub code repositories.