info property

Map<String, String>? info
final

Specify the template source with one of the following options, but not both. Keys accepted: <code>LoadTemplateFromURL</code>, <code>ImportFromPhysicalId</code> .

The URL of the CloudFormation template in Amazon S3, in JSON format.

LoadTemplateFromURL

Use the URL of the CloudFormation template in Amazon S3 in JSON format.

ImportFromPhysicalId

Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.

Implementation

final Map<String, String>? info;