/AWS1/CL_APCHOSTEDCONFVERSION¶
HostedConfigurationVersion
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_applicationid TYPE /AWS1/APCID /AWS1/APCID¶
The application ID.
iv_configurationprofileid TYPE /AWS1/APCID /AWS1/APCID¶
The configuration profile ID.
iv_versionnumber TYPE /AWS1/APCINTEGER /AWS1/APCINTEGER¶
The configuration version.
iv_description TYPE /AWS1/APCDESCRIPTION /AWS1/APCDESCRIPTION¶
A description of the configuration.
iv_content TYPE /AWS1/APCBLOB /AWS1/APCBLOB¶
The content of the configuration or the configuration data.
iv_contenttype TYPE /AWS1/APCSTRWLENGTHBETWEEN1A01 /AWS1/APCSTRWLENGTHBETWEEN1A01¶
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
iv_versionlabel TYPE /AWS1/APCVERSIONLABEL /AWS1/APCVERSIONLABEL¶
A user-defined label for an AppConfig hosted configuration version.
iv_kmskeyarn TYPE /AWS1/APCARN /AWS1/APCARN¶
The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
Queryable Attributes¶
ApplicationId¶
The application ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
ConfigurationProfileId¶
The configuration profile ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATIONPROFILEID() |
Getter for CONFIGURATIONPROFILEID, with configurable default |
ASK_CONFIGURATIONPROFILEID() |
Getter for CONFIGURATIONPROFILEID w/ exceptions if field has |
HAS_CONFIGURATIONPROFILEID() |
Determine if CONFIGURATIONPROFILEID has a value |
VersionNumber¶
The configuration version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONNUMBER() |
Getter for VERSIONNUMBER |
Description¶
A description of the configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Content¶
The content of the configuration or the configuration data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
ContentType¶
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |
VersionLabel¶
A user-defined label for an AppConfig hosted configuration version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONLABEL() |
Getter for VERSIONLABEL, with configurable default |
ASK_VERSIONLABEL() |
Getter for VERSIONLABEL w/ exceptions if field has no value |
HAS_VERSIONLABEL() |
Determine if VERSIONLABEL has a value |
KmsKeyArn¶
The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYARN() |
Getter for KMSKEYARN, with configurable default |
ASK_KMSKEYARN() |
Getter for KMSKEYARN w/ exceptions if field has no value |
HAS_KMSKEYARN() |
Determine if KMSKEYARN has a value |