outputs property

List<RecordOutput>? outputs
final

Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

Implementation

final List<RecordOutput>? outputs;