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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IFileSetProducer.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    default FileSet
    The FileSet produced by this file set producer.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getPrimaryOutput

      @Stability(Stable) @Nullable default FileSet getPrimaryOutput()
      The FileSet produced by this file set producer.

      Default: - This producer doesn't produce any file set