Class StackOptions

    • Constructor Detail

      • StackOptions

        public StackOptions()
      • StackOptions

        public StackOptions​(@Nullable
                            java.util.List<ResourceTransformation> resourceTransformations)
    • Method Detail

      • getResourceTransformations

        public java.util.List<ResourceTransformation> getResourceTransformations()
        Optional list of transformations to apply to this stack's resources during construction. The transformations are applied in order, and are applied after all the transformations of custom and component resources in the stack.