Skip to content

/AWS1/CL_APRAUTHNTCTNCONF

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

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CONNECTIONARN TYPE /AWS1/APRAPPRUNNERRESOURCEARN /AWS1/APRAPPRUNNERRESOURCEARN

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.

IV_ACCESSROLEARN TYPE /AWS1/APRROLEARN /AWS1/APRROLEARN

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).


Queryable Attributes

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.

Accessible with the following methods

Method Description
GET_CONNECTIONARN() Getter for CONNECTIONARN, with configurable default
ASK_CONNECTIONARN() Getter for CONNECTIONARN w/ exceptions if field has no value
HAS_CONNECTIONARN() Determine if CONNECTIONARN has a value

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).

Accessible with the following methods

Method Description
GET_ACCESSROLEARN() Getter for ACCESSROLEARN, with configurable default
ASK_ACCESSROLEARN() Getter for ACCESSROLEARN w/ exceptions if field has no value
HAS_ACCESSROLEARN() Determine if ACCESSROLEARN has a value