/AWS1/CL_BLDSOURCEAUTH¶
Information about the authorization settings for CodeBuild to access the source code to be built.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/BLDSOURCEAUTHTYPE /AWS1/BLDSOURCEAUTHTYPE¶
The authorization type to use. Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER.
Optional arguments:¶
iv_resource TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
The resource value that applies to the specified authorization type.
Queryable Attributes¶
type¶
The authorization type to use. Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
resource¶
The resource value that applies to the specified authorization type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCE() |
Getter for RESOURCE, with configurable default |
ASK_RESOURCE() |
Getter for RESOURCE w/ exceptions if field has no value |
HAS_RESOURCE() |
Determine if RESOURCE has a value |