/AWS1/CL_SGMCFNTMPLPVDRDETAIL¶
Details about a CloudFormation template provider configuration and associated provisioning information.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_templatename TYPE /AWS1/SGMCFNTEMPLATENAME /AWS1/SGMCFNTEMPLATENAME¶
The unique identifier of the template within the project.
iv_templateurl TYPE /AWS1/SGMCFNTEMPLATEURL /AWS1/SGMCFNTEMPLATEURL¶
The Amazon S3 URL of the CloudFormation template.
Optional arguments:¶
iv_rolearn TYPE /AWS1/SGMROLEARN /AWS1/SGMROLEARN¶
The IAM role used by CloudFormation to create the stack.
it_parameters TYPE /AWS1/CL_SGMCFNSTACKPARAMETER=>TT_CFNSTACKPARAMETERS TT_CFNSTACKPARAMETERS¶
An array of CloudFormation stack parameters.
io_stackdetail TYPE REF TO /AWS1/CL_SGMCFNSTACKDETAIL /AWS1/CL_SGMCFNSTACKDETAIL¶
Information about the CloudFormation stack created by the template provider.
Queryable Attributes¶
TemplateName¶
The unique identifier of the template 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 |
RoleARN¶
The IAM role used by CloudFormation to create the stack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN 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 |
StackDetail¶
Information about the CloudFormation stack created by the template provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STACKDETAIL() |
Getter for STACKDETAIL |