/AWS1/CL_PRNREPOSITORY¶
Detailed data of a linked repository—a repository that has been registered with Proton.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/PRNREPOSITORYARN /AWS1/PRNREPOSITORYARN¶
The Amazon Resource Name (ARN) of the linked repository.
iv_provider TYPE /AWS1/PRNREPOSITORYPROVIDER /AWS1/PRNREPOSITORYPROVIDER¶
The repository provider.
iv_name TYPE /AWS1/PRNREPOSITORYNAME /AWS1/PRNREPOSITORYNAME¶
The repository name.
iv_connectionarn TYPE /AWS1/PRNARN /AWS1/PRNARN¶
The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account.
Optional arguments:¶
iv_encryptionkey TYPE /AWS1/PRNARN /AWS1/PRNARN¶
Your customer Amazon Web Services KMS encryption key.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the linked repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
provider¶
The repository provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDER() |
Getter for PROVIDER, with configurable default |
ASK_PROVIDER() |
Getter for PROVIDER w/ exceptions if field has no value |
HAS_PROVIDER() |
Determine if PROVIDER has a value |
name¶
The repository name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
connectionArn¶
The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account.
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 |
encryptionKey¶
Your customer Amazon Web Services KMS encryption key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONKEY() |
Getter for ENCRYPTIONKEY, with configurable default |
ASK_ENCRYPTIONKEY() |
Getter for ENCRYPTIONKEY w/ exceptions if field has no value |
HAS_ENCRYPTIONKEY() |
Determine if ENCRYPTIONKEY has a value |