Service Source Configuration Authentication Configuration Args
data class ServiceSourceConfigurationAuthenticationConfigurationArgs(val accessRoleArn: Output<String>? = null, val connectionArn: Output<String>? = null) : ConvertibleToJava<ServiceSourceConfigurationAuthenticationConfigurationArgs>
Properties
Link copied to clipboard
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
ARN of the App Runner connection that enables the App Runner service to connect to a source repository. Required for GitHub code repositories.