resourceTypes property

List<String>? resourceTypes
final

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

Implementation

final List<String>? resourceTypes;