/AWS1/CL_FRMGETTMPLSUMMOUTPUT¶
The output for the GetTemplateSummary action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_parameters TYPE /AWS1/CL_FRMPARAMDECLARATION=>TT_PARAMETERDECLARATIONS TT_PARAMETERDECLARATIONS¶
A list of parameter declarations that describe various properties for each parameter.
iv_description TYPE /AWS1/FRMDESCRIPTION /AWS1/FRMDESCRIPTION¶
The value that's defined in the
Descriptionproperty of the template.
it_capabilities TYPE /AWS1/CL_FRMCAPABILITIES_W=>TT_CAPABILITIES TT_CAPABILITIES¶
The capabilities found within the template. If your template contains IAM resources, you must specify the
CAPABILITY_IAMorCAPABILITY_NAMED_IAMvalue for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return anInsufficientCapabilitieserror.For more information, see Acknowledging IAM resources in CloudFormation templates.
iv_capabilitiesreason TYPE /AWS1/FRMCAPABILITIESREASON /AWS1/FRMCAPABILITIESREASON¶
The list of resources that generated the values in the
Capabilitiesresponse element.
it_resourcetypes TYPE /AWS1/CL_FRMRESOURCETYPES_W=>TT_RESOURCETYPES TT_RESOURCETYPES¶
A list of all the template resource types that are defined in the template, such as
AWS::EC2::Instance,AWS::Dynamo::Table, andCustom::MyCustomInstance.
iv_version TYPE /AWS1/FRMVERSION /AWS1/FRMVERSION¶
The Amazon Web Services template format version, which identifies the capabilities of the template.
iv_metadata TYPE /AWS1/FRMMETADATA /AWS1/FRMMETADATA¶
The value that's defined for the
Metadataproperty of the template.
it_declaredtransforms TYPE /AWS1/CL_FRMTRANSFORMSLIST_W=>TT_TRANSFORMSLIST TT_TRANSFORMSLIST¶
A list of the transforms that are declared in the template.
it_resourceidsummaries TYPE /AWS1/CL_FRMRESOURCEIDSUMMARY=>TT_RESOURCEIDENTIFIERSUMMARIES TT_RESOURCEIDENTIFIERSUMMARIES¶
A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example,
BucketNameis a possible identifier property for anAWS::S3::Bucketresource.
io_warnings TYPE REF TO /AWS1/CL_FRMWARNINGS /AWS1/CL_FRMWARNINGS¶
An object that contains any warnings returned.
Queryable Attributes¶
Parameters¶
A list of parameter declarations that describe various properties for each parameter.
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 |
Description¶
The value that's defined in the
Descriptionproperty of the template.
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 |
Capabilities¶
The capabilities found within the template. If your template contains IAM resources, you must specify the
CAPABILITY_IAMorCAPABILITY_NAMED_IAMvalue for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return anInsufficientCapabilitieserror.For more information, see Acknowledging IAM resources in CloudFormation templates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITIES() |
Getter for CAPABILITIES, with configurable default |
ASK_CAPABILITIES() |
Getter for CAPABILITIES w/ exceptions if field has no value |
HAS_CAPABILITIES() |
Determine if CAPABILITIES has a value |
CapabilitiesReason¶
The list of resources that generated the values in the
Capabilitiesresponse element.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITIESREASON() |
Getter for CAPABILITIESREASON, with configurable default |
ASK_CAPABILITIESREASON() |
Getter for CAPABILITIESREASON w/ exceptions if field has no |
HAS_CAPABILITIESREASON() |
Determine if CAPABILITIESREASON has a value |
ResourceTypes¶
A list of all the template resource types that are defined in the template, such as
AWS::EC2::Instance,AWS::Dynamo::Table, andCustom::MyCustomInstance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPES() |
Getter for RESOURCETYPES, with configurable default |
ASK_RESOURCETYPES() |
Getter for RESOURCETYPES w/ exceptions if field has no value |
HAS_RESOURCETYPES() |
Determine if RESOURCETYPES has a value |
Version¶
The Amazon Web Services template format version, which identifies the capabilities of the template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
Metadata¶
The value that's defined for the
Metadataproperty of the template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA, with configurable default |
ASK_METADATA() |
Getter for METADATA w/ exceptions if field has no value |
HAS_METADATA() |
Determine if METADATA has a value |
DeclaredTransforms¶
A list of the transforms that are declared in the template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DECLAREDTRANSFORMS() |
Getter for DECLAREDTRANSFORMS, with configurable default |
ASK_DECLAREDTRANSFORMS() |
Getter for DECLAREDTRANSFORMS w/ exceptions if field has no |
HAS_DECLAREDTRANSFORMS() |
Determine if DECLAREDTRANSFORMS has a value |
ResourceIdentifierSummaries¶
A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example,
BucketNameis a possible identifier property for anAWS::S3::Bucketresource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEIDSUMMARIES() |
Getter for RESOURCEIDENTIFIERSUMMARIES, with configurable de |
ASK_RESOURCEIDSUMMARIES() |
Getter for RESOURCEIDENTIFIERSUMMARIES w/ exceptions if fiel |
HAS_RESOURCEIDSUMMARIES() |
Determine if RESOURCEIDENTIFIERSUMMARIES has a value |
Warnings¶
An object that contains any warnings returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WARNINGS() |
Getter for WARNINGS |