artifactStores property

Map<String, ArtifactStore>? artifactStores
final

A mapping of artifactStore objects and their corresponding AWS Regions. There must be an artifact store for the pipeline Region and for each cross-region action in the pipeline.

Implementation

final Map<String, ArtifactStore>? artifactStores;