tags property

List<Tag>? tags
final

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

Implementation

final List<Tag>? tags;