Package software.amazon.awscdk.pipelines
Interface IFileSetProducer
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IFileSetProducer.Jsii$Default
- All Known Implementing Classes:
CodeBuildStep
,CodePipelineFileSet
,CodePipelineSource
,ConfirmPermissionsBroadening
,FileSet
,IFileSetProducer.Jsii$Proxy
,ManualApprovalStep
,ShellStep
,Step
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:49.832Z")
@Stability(Stable)
public interface IFileSetProducer
extends software.amazon.jsii.JsiiSerializable
Any class that produces, or is itself, a
FileSet
.
Steps implicitly produce a primary FileSet as an output.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFileSetProducer
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault FileSet
TheFileSet
produced by this file set producer.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPrimaryOutput
TheFileSet
produced by this file set producer.Default: - This producer doesn't produce any file set
-