targetArtifacts property

Map<String, TargetArtifact>? targetArtifacts
getter/setter pair

Map from target ID to the target artifacts created during the render operation.

Output only.

Implementation

core.Map<core.String, TargetArtifact>? targetArtifacts;