/AWS1/CL_SGMCFNUPDATETMPLPVDR¶
Contains configuration details for updating an existing CloudFormation template provider in the project.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_templatename TYPE /AWS1/SGMCFNTEMPLATENAME /AWS1/SGMCFNTEMPLATENAME¶
The unique identifier of the template to update within the project.
iv_templateurl TYPE /AWS1/SGMCFNTEMPLATEURL /AWS1/SGMCFNTEMPLATEURL¶
The Amazon S3 URL of the CloudFormation template.
Optional arguments:¶
it_parameters TYPE /AWS1/CL_SGMCFNSTACKUPDPARAM=>TT_CFNSTACKUPDATEPARAMETERS TT_CFNSTACKUPDATEPARAMETERS¶
An array of CloudFormation stack parameters.
Queryable Attributes¶
TemplateName¶
The unique identifier of the template to update within the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATENAME() |
Getter for TEMPLATENAME, with configurable default |
ASK_TEMPLATENAME() |
Getter for TEMPLATENAME w/ exceptions if field has no value |
HAS_TEMPLATENAME() |
Determine if TEMPLATENAME has a value |
TemplateURL¶
The Amazon S3 URL of the CloudFormation template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEURL() |
Getter for TEMPLATEURL, with configurable default |
ASK_TEMPLATEURL() |
Getter for TEMPLATEURL w/ exceptions if field has no value |
HAS_TEMPLATEURL() |
Determine if TEMPLATEURL has a value |
Parameters¶
An array of CloudFormation stack parameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |